Implement multiplatform settings

This commit is contained in:
davide
2022-07-18 23:25:10 +02:00
parent e4fbdce30e
commit bbec7745fe
16 changed files with 126 additions and 179 deletions

View File

@ -30,6 +30,12 @@ kotlin {
//Dependency Injection
implementation("org.kodein.di:kodein-di:7.12.0")
//Settings
implementation("com.russhwolf:multiplatform-settings-no-arg:0.9")
//Logging
implementation("io.github.aakira:napier:2.6.1")
}
}
val commonTest by getting {