diff options
author | Jonas Herzig <me@johni0702.de> | 2021-03-14 11:28:17 +0100 |
---|---|---|
committer | Jonas Herzig <me@johni0702.de> | 2021-03-14 11:38:15 +0100 |
commit | 1dcdcb113251ae78c16f53fc62ece35f07f6caf5 (patch) | |
tree | 9d791f76f80c8009f29d9e904effb2d20b9cce72 /README.md | |
parent | 6073541e763da17de3d51db0e9ee30ddafc01bb9 (diff) | |
download | Remap-1dcdcb113251ae78c16f53fc62ece35f07f6caf5.tar.gz Remap-1dcdcb113251ae78c16f53fc62ece35f07f6caf5.tar.bz2 Remap-1dcdcb113251ae78c16f53fc62ece35f07f6caf5.zip |
Kotlin source remapping has indeed been supported for a while now
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ To support multiple Minecraft versions with the ReplayMod, a preprocessor is used which transforms source code to compile against different Minecraft versions. To keep preprocessor statements to a minimum and support changes in mapping (of originally obfuscated Minecraft names), the preprocessor additionally supports -source remapping of class, method and field names implemented in the application through use of an embedded IntelliJ IDEA (from kotlin-compiler to be precise, though Kotlin support has yet to to implemented). +source remapping of class, method and field names implemented in the application through use of an embedded IntelliJ IDEA (Java and Kotlin sources are supported). This is not integrated into the preprocessor itself for essentially two (now historical) reasons: - License incompatibility between the GPL used in the ReplayMod (and the preprocessor) and the EPL used by the JDT |