Skip to content

Commit 9257029

Browse files
chore(deps): update dependency org.jetbrains.kotlin.multiplatform to v1.9.20 (petertrr#78)
Co-authored-by: Peter Trifanov <[email protected]>
1 parent 3968091 commit 9257029

File tree

4 files changed

+265
-559
lines changed

4 files changed

+265
-559
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kotlin {
1515
explicitApi()
1616

1717
jvm()
18-
js(BOTH) {
18+
js(IR) {
1919
browser()
2020
nodejs()
2121
}

gradle.properties

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
kotlin.code.style=official
2+
# https://kotlinlang.org/docs/whatsnew19.html#try-the-k2-compiler-in-your-project
3+
kotlin.experimental.tryK2=false
24
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
35
org.gradle.caching=true
6+
# https://kotlinlang.org/docs/whatsnew19.html#preview-of-gradle-configuration-cache
7+
org.gradle.configuration-cache=false
48
org.gradle.parallel=true

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "1.8.21"
2+
kotlin = "1.9.20"
33
junit = "5.10.0"
44
detekt = "1.23.1"
55

0 commit comments

Comments
 (0)