Rewrite Kotlin metadata remapping to support the latest kotlin metadata library. (#866)

This commit is contained in:
modmuss50
2023-04-17 23:46:45 +01:00
committed by GitHub
parent 0d2152444f
commit 89d09600c5
10 changed files with 657 additions and 444 deletions

View File

@@ -104,7 +104,7 @@ public class Constants {
public static final String MIXIN_COMPILE_EXTENSIONS = "0.6.0";
public static final String DEV_LAUNCH_INJECTOR = "0.2.1+build.8";
public static final String TERMINAL_CONSOLE_APPENDER = "1.2.0";
public static final String JETBRAINS_ANNOTATIONS = "24.0.0";
public static final String JETBRAINS_ANNOTATIONS = "24.0.1";
public static final String NATIVE_SUPPORT_VERSION = "1.0.1";
private Versions() {