From 34a0a7d004d9ccecfecff202ea1de6125a1ed31c Mon Sep 17 00:00:00 2001 From: nekit508 Date: Mon, 19 Aug 2024 14:10:47 +0400 Subject: [PATCH] removed kotlin std new multicrafterlinbversion --- build.gradle | 2 +- gradle.properties | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba7a6c9..f17acf0 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ configure(rootProject){ // Required for Discord RPC integration. compileOnly "${arc(":discord")}" // MultiCrafter Lib dependency. - implementation "com.github.liplum:MultiCrafterLib:v1.7" + implementation "com.github.liplum:MultiCrafterLib:v1.8" // Arc's SDL binds. compileOnly "${arc(":backend-sdl")}" } diff --git a/gradle.properties b/gradle.properties index 6d2a5f0..49a008a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -52,3 +52,7 @@ org.gradle.jvmargs = \ --add-opens=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \ --add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \ --add-opens=java.base/sun.reflect.annotation=ALL-UNNAMED + +# FOS does not need kotlin std lib +kapt.include.compile.classpath=false +kotlin.stdlib.default.dependency=false