logging with Napier

This commit is contained in:
2024-08-05 05:56:06 +03:00
parent e0543fd2bf
commit 68e6ec3e8f
4 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -10,12 +10,12 @@ coil = "3.0.0-alpha09"
kotlinx-coroutines = "1.9.0-RC"
ktor = "3.0.0-beta-2"
kotlinx-serialization = "1.7.1"
multiplatformSettings = "1.1.1"
koin = "4.0.0-RC1"
viewmodel-compose = "2.8.0"
haze = "0.7.3"
kstore = "0.8.0"
appdirs = "1.2.2"
napier = "2.7.1"
[libraries]
@@ -36,7 +36,6 @@ ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
multiplatformSettings = { module = "com.russhwolf:multiplatform-settings", version.ref = "multiplatformSettings" }
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin" }
haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
@@ -44,6 +43,7 @@ haze-materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref =
kstore = { module = "io.github.xxfast:kstore", version.ref = "kstore" }
kstore-file = { module = "io.github.xxfast:kstore-file", version.ref = "kstore" }
appdirs = { module = "net.harawata:appdirs", version.ref = "appdirs" }
napier = { module = "io.github.aakira:napier", version.ref = "napier" }
[plugins]