We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f3528 commit f50bb01Copy full SHA for f50bb01
composeApp/build.gradle.kts
@@ -98,6 +98,7 @@ kotlin {
98
api(libs.koin.core)
99
implementation(libs.koin.compose)
100
implementation(libs.koin.compose.viewmodel)
101
+ implementation("co.touchlab:kermit:2.0.4")
102
}
103
desktopMain.dependencies {
104
implementation(compose.desktop.currentOs)
0 commit comments