Skip to content

Commit 07b7dfc

Browse files
committed
Move KSP to sample plugins
1 parent cfd929c commit 07b7dfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ kotlin = "1.8.0-RC2"
33
kotlinx-coroutines = "1.6.4"
44
android = "7.3.1"
55
androidx-lifecycle = "2.5.1"
6-
ksp = "1.8.0-RC2-1.0.8"
76

87
# Sample versions
98
androidx-compose = "2022.11.00"
109
androidx-fragment = "1.5.4"
10+
ksp = "1.8.0-RC2-1.0.8"
1111
nativecoroutines = "1.0.0-ALPHA-3"
1212

1313
[libraries]
@@ -28,9 +28,9 @@ androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-
2828
[plugins]
2929
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
3030
android-library = { id = "com.android.library", version.ref = "android" }
31-
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
3231

3332
# Sample plugins
3433
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
3534
android-application = { id = "com.android.application", version.ref = "android" }
35+
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
3636
nativecoroutines = { id = "com.rickclephas.kmp.nativecoroutines", version.ref = "nativecoroutines" }

0 commit comments

Comments
 (0)