aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Herzig <me@johni0702.de>2021-03-14 11:28:17 +0100
committerJonas Herzig <me@johni0702.de>2021-03-14 11:38:15 +0100
commit1dcdcb113251ae78c16f53fc62ece35f07f6caf5 (patch)
tree9d791f76f80c8009f29d9e904effb2d20b9cce72
parent6073541e763da17de3d51db0e9ee30ddafc01bb9 (diff)
downloadRemap-1dcdcb113251ae78c16f53fc62ece35f07f6caf5.tar.gz
Remap-1dcdcb113251ae78c16f53fc62ece35f07f6caf5.tar.bz2
Remap-1dcdcb113251ae78c16f53fc62ece35f07f6caf5.zip
Kotlin source remapping has indeed been supported for a while now
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f59baa9..f564ab0 100644
--- a/README.md
+++ b/README.md
@@ -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