Initial commit
Some checks failed
Merge core/template-android-project-checking to this repo / merge-if-needed (push) Failing after 2s
Merge core/template-android-project to this repo / merge-if-needed (push) Has been cancelled

This commit is contained in:
2025-11-24 19:53:00 +03:00
parent 3c1be2d6ce
commit 60e8c8f923
63 changed files with 1640 additions and 722 deletions

View File

@@ -47,8 +47,4 @@ dependencies {
implementation("io.ktor:ktor-client-content-negotiation:$ktor")
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktor")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
androidTestImplementation(project(path = ":testLib"))
androidTestImplementation("io.github.kakaocup:compose:1.0.0")
androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
}