File tree Expand file tree Collapse file tree 4 files changed +265
-559
lines changed Expand file tree Collapse file tree 4 files changed +265
-559
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ kotlin {
1515 explicitApi()
1616
1717 jvm()
18- js(BOTH ) {
18+ js(IR ) {
1919 browser()
2020 nodejs()
2121 }
Original file line number Diff line number Diff line change 11kotlin.code.style =official
2+ # https://kotlinlang.org/docs/whatsnew19.html#try-the-k2-compiler-in-your-project
3+ kotlin.experimental.tryK2 =false
24org.gradle.jvmargs =-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
35org.gradle.caching =true
6+ # https://kotlinlang.org/docs/whatsnew19.html#preview-of-gradle-configuration-cache
7+ org.gradle.configuration-cache =false
48org.gradle.parallel =true
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.8.21 "
2+ kotlin = " 1.9.20 "
33junit = " 5.10.0"
44detekt = " 1.23.1"
55
You can’t perform that action at this time.
0 commit comments