Skip to content

Commit

Permalink
Upgrade Kotlin version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qurbonzoda committed Oct 5, 2023
1 parent 42d740d commit 21c83ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
}
}

Expand Down
1 change: 1 addition & 0 deletions core/nativeMain/src/internal/commonFunctions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

package kotlinx.collections.immutable.internal

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


Expand Down

0 comments on commit 21c83ee

Please sign in to comment.