NtoTeamTask
Some checks failed
Android Test / validate-and-test (pull_request) Has been cancelled

This commit is contained in:
2025-12-12 09:36:38 +07:00
parent 945b9d347d
commit e5f945ef4c
70 changed files with 2642 additions and 350 deletions

View File

@@ -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")
}