Skip to content

Commit

Permalink
Changed gradle version catelog name for KMP-NativeCoroutines to somet…
Browse files Browse the repository at this point in the history
…hing more intuitive.
  • Loading branch information
pahill committed Jul 19, 2024
1 parent 8cd3d72 commit 9eab9c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion step5/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ plugins {
alias(libs.plugins.kotlinMultiplatform) apply false
alias(libs.plugins.kotlinSerialization) apply false
alias(libs.plugins.ksp) apply false
alias(libs.plugins.kmpNc) apply false
alias(libs.plugins.kmpNativeCoroutines) apply false
}
4 changes: 2 additions & 2 deletions step5/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kotlinxDatetime = "0.6.0"
ktorVersion = "2.3.7"
lifecycleViewmodelCompose = "2.8.2"
ksp="2.0.0-1.0.21"
kmpNc="1.0.0-ALPHA-31"
kmpNativeCoroutines="1.0.0-ALPHA-31"

[libraries]
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycleViewmodelCompose" }
Expand Down Expand Up @@ -57,4 +57,4 @@ kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref =
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
kmpNc = { id = "com.rickclephas.kmp.nativecoroutines", version.ref = "kmpNc" }
kmpNativeCoroutines = { id = "com.rickclephas.kmp.nativecoroutines", version.ref = "kmpNativeCoroutines" }
2 changes: 1 addition & 1 deletion step5/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
alias(libs.plugins.androidLibrary)
alias(libs.plugins.kotlinSerialization)
alias(libs.plugins.ksp)
alias(libs.plugins.kmpNc)
alias(libs.plugins.kmpNativeCoroutines)
}

kotlin {
Expand Down

0 comments on commit 9eab9c2

Please sign in to comment.