Skip to content

Commit

Permalink
KMP-NativeCoroutines 1.0.0-ALPHA-20.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Nov 7, 2023
1 parent 06d900f commit d8ef783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ internal fun LanguageSettingsBuilder.applyLanguageSettings(): LanguageSettingsBu
return apply {
progressiveMode = true
optIn("kotlin.RequiresOptIn")
optIn("kotlin.experimental.ExperimentalObjCName")
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wire = "4.9.1"
detekt = "1.23.3"
playPublisher = "3.8.5"
fladle = "0.17.4"
nativeCoroutines = "1.0.0-ALPHA-18"
nativeCoroutines = "1.0.0-ALPHA-20"
desugarJdkLibs = "2.0.4"
leakcanary = "2.12"
hilt = "2.48.1"
Expand Down

0 comments on commit d8ef783

Please sign in to comment.