File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 implementation(project(mapOf (" path" to " :core:common" )))
4343 // Room
4444 implementation(versionCatalogLibs.bundles.room)
45- ksp (versionCatalogLibs.room.compiler)
45+ kapt (versionCatalogLibs.room.compiler)
4646 implementation(versionCatalogLibs.androidx.test.monitor)
4747 androidTestImplementation(versionCatalogLibs.bundles.test)
4848 androidTestImplementation(versionCatalogLibs.coroutine.test)
Original file line number Diff line number Diff line change 11[versions ]
22# Define the dependency versions
33# kotlin
4- kotlinVersion = " 1.8.10 "
4+ kotlinVersion = " 1.8.20 "
55kotlinJvmTarget = " 11"
66kotlinxCoroutines = " 1.6.4"
77kotlinxSerializationJson = " 1.5.0"
@@ -30,7 +30,7 @@ hilt_nav_compose = "1.0.0"
3030hiltExt = " 1.0.0"
3131
3232# jacoco
33- jacoco = " 0.8.8 "
33+ jacoco = " 0.8.9 "
3434
3535# compose
3636compose_ui = " 1.3.3"
@@ -45,7 +45,7 @@ ksp = "1.8.10-1.0.9"
4545
4646# coroutine
4747coroutine = " 1.6.4"
48- turbine = " 0.12.1 "
48+ turbine = " 0.12.3 "
4949
5050# room
5151room = " 2.5.1"
You can’t perform that action at this time.
0 commit comments