Skip to content

Commit 278f43c

Browse files
committed
Manage kermit dependency with version catalog
1 parent ee2a149 commit 278f43c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ androidx-material = "1.12.0"
1313
androidx-test-junit = "1.2.1"
1414
compose-multiplatform = "1.7.3"
1515
junit = "4.13.2"
16+
kermit = "2.0.4"
1617
kotlin = "2.1.10"
1718
kotlinx-coroutines = "1.10.1"
1819
kotlinx-serialization-json = "1.7.3"
@@ -23,6 +24,7 @@ ktlint = "12.2.0"
2324

2425
[libraries]
2526
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation-compose" }
27+
kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }
2628
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
2729
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
2830
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)