Skip to content

Commit f50bb01

Browse files
committed
Add Kermit logging library
1 parent a3f3528 commit f50bb01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +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")
101102
}
102103
desktopMain.dependencies {
103104
implementation(compose.desktop.currentOs)

0 commit comments

Comments
 (0)