Skip to content

Commit 21c83ee

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Upgrade Kotlin version to 1.9.0
1 parent 42d740d commit 21c83ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
dependencies {
3-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
3+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
44
}
55
}
66

core/nativeMain/src/internal/commonFunctions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
package kotlinx.collections.immutable.internal
77

8+
@OptIn(kotlin.experimental.ExperimentalNativeApi::class)
89
internal actual fun assert(condition: Boolean) = kotlin.assert(condition)
910

1011

0 commit comments

Comments
 (0)