Skip to content

Commit

Permalink
Bump Kotlin to 1.5.30 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikc5000 authored Aug 25, 2021
1 parent c32d93b commit b2504b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/multiplatform-library.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
sourceSets {
all {
languageSettings.apply {
useExperimentalAnnotation("kotlin.RequiresOptIn")
optIn("kotlin.RequiresOptIn")
progressiveMode = true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ internal class WorkerConfined<T : Any>(
}
}

internal inline class ConfinedValueRef<T : Any>(private val value: StableRef<T>) {
internal value class ConfinedValueRef<T : Any>(private val value: StableRef<T>) {
fun get() = value.get()

companion object {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.5.21"
kotlin = "1.5.30"
dokka = "1.5.0"
serialization = "1.2.2"
atomicfu = "0.16.2"
Expand Down

0 comments on commit b2504b5

Please sign in to comment.