Skip to content

Commit

Permalink
removed kotlin std
Browse files Browse the repository at this point in the history
new multicrafterlinbversion
  • Loading branch information
nekit508 committed Aug 19, 2024
1 parent e5dfbd2 commit 34a0a7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")}"
}
Expand Down
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 34a0a7d

Please sign in to comment.