This commit is contained in:
@@ -47,5 +47,21 @@ dependencies {
|
||||
implementation("io.ktor:ktor-client-cio:$ktor")
|
||||
implementation("io.ktor:ktor-client-content-negotiation:$ktor")
|
||||
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktor")
|
||||
implementation("io.coil-kt.coil3:coil-compose-core:$coil")
|
||||
|
||||
implementation("io.ktor:ktor-client-okhttp:$ktor")
|
||||
implementation("io.ktor:ktor-client-logging:$ktor")
|
||||
implementation("io.ktor:ktor-client-auth:$ktor")
|
||||
|
||||
implementation("androidx.compose.material:material-icons-extended:1.6.3")
|
||||
|
||||
implementation(platform("io.insert-koin:koin-bom:4.0.0"))
|
||||
implementation("io.insert-koin:koin-core")
|
||||
implementation("io.insert-koin:koin-android")
|
||||
implementation("io.insert-koin:koin-compose")
|
||||
implementation("io.insert-koin:koin-androidx-compose")
|
||||
|
||||
implementation(platform("io.coil-kt.coil3:coil-bom:3.0.0"))
|
||||
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user