We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d740d commit 21c83eeCopy full SHA for 21c83ee
build.gradle.kts
@@ -1,6 +1,6 @@
1
buildscript {
2
dependencies {
3
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
+ classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
4
}
5
6
core/nativeMain/src/internal/commonFunctions.kt
@@ -5,6 +5,7 @@
package kotlinx.collections.immutable.internal
7
8
+@OptIn(kotlin.experimental.ExperimentalNativeApi::class)
9
internal actual fun assert(condition: Boolean) = kotlin.assert(condition)
10
11
0 commit comments