@@ -15,9 +15,13 @@ compose-multiplatform = "1.7.3"
1515junit = " 4.13.2"
1616kotlin = " 2.1.10"
1717kotlinx-coroutines = " 1.10.1"
18+ kotlinx-serialization-json = " 1.7.3"
1819ktor-bom = " 3.0.1"
20+ koin = " 4.0.4"
21+ navigation-compose = " 2.9.0"
1922
2023[libraries ]
24+ androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigation-compose" }
2125kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
2226kotlin-test-junit = { module = " org.jetbrains.kotlin:kotlin-test-junit" , version.ref = " kotlin" }
2327junit = { group = " junit" , name = " junit" , version.ref = " junit" }
@@ -31,6 +35,7 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
3135androidx-lifecycle-viewmodel = { group = " org.jetbrains.androidx.lifecycle" , name = " lifecycle-viewmodel" , version.ref = " androidx-lifecycle" }
3236androidx-lifecycle-runtime-compose = { group = " org.jetbrains.androidx.lifecycle" , name = " lifecycle-runtime-compose" , version.ref = " androidx-lifecycle" }
3337kotlinx-coroutines-swing = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-swing" , version.ref = " kotlinx-coroutines" }
38+ kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinx-serialization-json" }
3439ktor-bom = { module = " io.ktor:ktor-bom" , version.ref = " ktor-bom" }
3540ktor-client-android = { module = " io.ktor:ktor-client-android" }
3641ktor-client-content-negotiation = { module = " io.ktor:ktor-client-content-negotiation" }
@@ -39,6 +44,13 @@ ktor-client-mock = { module = "io.ktor:ktor-client-mock" }
3944ktor-client-serialization = { module = " io.ktor:ktor-client-serialization" }
4045ktor-serialization-kotlinx-json = { module = " io.ktor:ktor-serialization-kotlinx-json" }
4146
47+ koin-android = { module = " io.insert-koin:koin-android" }
48+ koin-androidx-compose = { module = " io.insert-koin:koin-androidx-compose" }
49+ koin-bom = { module = " io.insert-koin:koin-bom" , version.ref = " koin" }
50+ koin-compose = { module = " io.insert-koin:koin-compose" }
51+ koin-compose-viewmodel = { module = " io.insert-koin:koin-compose-viewmodel" , version.ref = " koin" }
52+ koin-core = { module = " io.insert-koin:koin-core" , version.ref = " koin" }
53+
4254[plugins ]
4355androidApplication = { id = " com.android.application" , version.ref = " agp" }
4456androidLibrary = { id = " com.android.library" , version.ref = " agp" }
0 commit comments