Add Napier logger library

This commit is contained in:
2026-05-15 00:22:41 +07:00
parent 04bb4bf1cd
commit 99ebe57871
8 changed files with 46 additions and 4 deletions
+2
View File
@@ -17,6 +17,7 @@ koin-bom = "4.2.1"
ktor = "3.4.3"
material-icons-extended = "1.7.3"
navigation-compose = "2.9.2"
logger = "2.7.1"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
@@ -54,6 +55,7 @@ ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "kto
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
logger-napier = { module = "io.github.aakira:napier", version.ref = "logger" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }