Skip to content

Commit 9eab9c2

Browse files
committed
Changed gradle version catelog name for KMP-NativeCoroutines to something more intuitive.
1 parent 8cd3d72 commit 9eab9c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

step5/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ plugins {
88
alias(libs.plugins.kotlinMultiplatform) apply false
99
alias(libs.plugins.kotlinSerialization) apply false
1010
alias(libs.plugins.ksp) apply false
11-
alias(libs.plugins.kmpNc) apply false
11+
alias(libs.plugins.kmpNativeCoroutines) apply false
1212
}

step5/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kotlinxDatetime = "0.6.0"
2020
ktorVersion = "2.3.7"
2121
lifecycleViewmodelCompose = "2.8.2"
2222
ksp="2.0.0-1.0.21"
23-
kmpNc="1.0.0-ALPHA-31"
23+
kmpNativeCoroutines="1.0.0-ALPHA-31"
2424

2525
[libraries]
2626
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycleViewmodelCompose" }
@@ -57,4 +57,4 @@ kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref =
5757
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
5858
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
5959
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
60-
kmpNc = { id = "com.rickclephas.kmp.nativecoroutines", version.ref = "kmpNc" }
60+
kmpNativeCoroutines = { id = "com.rickclephas.kmp.nativecoroutines", version.ref = "kmpNativeCoroutines" }

step5/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
alias(libs.plugins.androidLibrary)
77
alias(libs.plugins.kotlinSerialization)
88
alias(libs.plugins.ksp)
9-
alias(libs.plugins.kmpNc)
9+
alias(libs.plugins.kmpNativeCoroutines)
1010
}
1111

1212
kotlin {

0 commit comments

Comments
 (0)