File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ kotlin = "1.8.0-RC2"
33kotlinx-coroutines = " 1.6.4"
44android = " 7.3.1"
55androidx-lifecycle = " 2.5.1"
6- ksp = " 1.8.0-RC2-1.0.8"
76
87# Sample versions
98androidx-compose = " 2022.11.00"
109androidx-fragment = " 1.5.4"
10+ ksp = " 1.8.0-RC2-1.0.8"
1111nativecoroutines = " 1.0.0-ALPHA-3"
1212
1313[libraries ]
@@ -28,9 +28,9 @@ androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-
2828[plugins ]
2929kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
3030android-library = { id = " com.android.library" , version.ref = " android" }
31- ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
3231
3332# Sample plugins
3433kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
3534android-application = { id = " com.android.application" , version.ref = " android" }
35+ ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
3636nativecoroutines = { id = " com.rickclephas.kmp.nativecoroutines" , version.ref = " nativecoroutines" }
You can’t perform that action at this time.
0 commit comments