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