File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ kotlin {
9898 api(libs.koin.core)
9999 implementation(libs.koin.compose)
100100 implementation(libs.koin.compose.viewmodel)
101- implementation(" co.touchlab: kermit:2.0.4 " )
101+ implementation(libs. kermit)
102102 }
103103 desktopMain.dependencies {
104104 implementation(compose.desktop.currentOs)
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ androidx-material = "1.12.0"
1313androidx-test-junit = " 1.2.1"
1414compose-multiplatform = " 1.7.3"
1515junit = " 4.13.2"
16+ kermit = " 2.0.4"
1617kotlin = " 2.1.10"
1718kotlinx-coroutines = " 1.10.1"
1819kotlinx-serialization-json = " 1.7.3"
@@ -23,6 +24,7 @@ ktlint = "12.2.0"
2324
2425[libraries ]
2526androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigation-compose" }
27+ kermit = { module = " co.touchlab:kermit" , version.ref = " kermit" }
2628kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
2729kotlin-test-junit = { module = " org.jetbrains.kotlin:kotlin-test-junit" , version.ref = " kotlin" }
2830junit = { group = " junit" , name = " junit" , version.ref = " junit" }
You can’t perform that action at this time.
0 commit comments