@@ -20,14 +20,9 @@ detekt = "1.23.8"
20
20
moshi = " 1.15.2"
21
21
jackson = " 2.19.1"
22
22
browser = " 1.8.0"
23
- googleid = " 1.1.1"
24
23
compose = " 1.8.2"
25
- androidsvg = " 1.4"
26
- imageloader = " 1.9.0"
27
24
coil2 = " 2.7.0"
28
- coil3 = " 3.2.0"
29
25
okio = " 3.14.0"
30
- credentials = " 1.5.0"
31
26
koin = " 4.0.4"
32
27
androidx-core = " 1.16.0"
33
28
androidx-compat = " 1.7.1"
@@ -46,10 +41,8 @@ android-library = { id = "com.android.library", version.ref = "agp" }
46
41
maven-publish = { id = " com.vanniktech.maven.publish" , version.ref = " maven-publish" }
47
42
detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
48
43
49
- compose-plugin = { id = " org.jetbrains.compose" , version.ref = " compose" }
50
44
compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
51
45
52
- native-cocoapods = { id = " org.jetbrains.kotlin.native.cocoapods" , version.ref = " kotlin" }
53
46
kotlinx-atomicfu = { id = " org.jetbrains.kotlinx.atomicfu" , version.ref = " atomicfu" }
54
47
power-assert = { id = " org.jetbrains.kotlin.plugin.power-assert" , version.ref = " kotlin" }
55
48
@@ -58,7 +51,6 @@ kotlinx-atomicfu = { module = "org.jetbrains.kotlinx:atomicfu", version.ref = "a
58
51
kotlinx-datetime = { module = " org.jetbrains.kotlinx:kotlinx-datetime" , version.ref = " kotlinx-datetime" }
59
52
kotlinx-browser = { module = " org.jetbrains.kotlinx:kotlinx-browser" , version.ref = " kotlinx-browser" }
60
53
kotlinx-coroutines-core = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " coroutines" }
61
- kotlinx-coroutines-play-services = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-play-services" , version.ref = " coroutines" }
62
54
kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
63
55
kotlin-reflect = { module = " org.jetbrains.kotlin:kotlin-reflect" , version.ref = " kotlin" }
64
56
kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
@@ -92,9 +84,6 @@ androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-cor
92
84
androidx-compat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx-compat" }
93
85
androidx-lifecycle-viewmodel-ktx = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " androidx-lifecycle" }
94
86
androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " androidx-lifecycle" }
95
- android-google-id = { module = " com.google.android.libraries.identity.googleid:googleid" , version.ref = " googleid" }
96
- androidx-credentials = { module = " androidx.credentials:credentials" , version.ref = " credentials" }
97
- androidx-credentials-play-services = { module = " androidx.credentials:credentials-play-services-auth" , version.ref = " credentials" }
98
87
multiplatform-settings-no-arg = { module = " com.russhwolf:multiplatform-settings-no-arg" , version.ref = " multiplatform-settings" }
99
88
multiplatform-settings-coroutines = { module = " com.russhwolf:multiplatform-settings-coroutines" , version.ref = " multiplatform-settings" }
100
89
multiplatform-settings-test = { module = " com.russhwolf:multiplatform-settings-test" , version.ref = " multiplatform-settings" }
@@ -111,13 +100,9 @@ moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "mosh
111
100
jackson = { module = " com.fasterxml.jackson.core:jackson-core" , version.ref = " jackson" }
112
101
jackson-kotlin = { module = " com.fasterxml.jackson.module:jackson-module-kotlin" , version.ref = " jackson" }
113
102
114
- androidsvg = { module = " com.caverock:androidsvg-aar" , version.ref = " androidsvg" }
115
103
turbine = { module = " app.cash.turbine:turbine" , version = " 1.2.1" }
116
104
117
- coil3 = { module = " io.coil-kt.coil3:coil" , version.ref = " coil3" }
118
- coil3-network-core = { module = " io.coil-kt.coil3:coil-network-core" , version.ref = " coil3" }
119
105
coil2 = { module = " io.coil-kt:coil" , version.ref = " coil2" }
120
- imageloader = { module = " io.github.qdsfdhvh:image-loader" , version.ref = " imageloader" }
121
106
122
107
# Sample dependencies
123
108
koin-core = { module = " io.insert-koin:koin-core" , version.ref = " koin" }
@@ -134,4 +119,3 @@ multiplatform-settings = ["multiplatform-settings-no-arg", "multiplatform-settin
134
119
testing = [" kotlinx-coroutines-test" , " multiplatform-settings-test" , " ktor-client-mock" , " kotlin-test" ]
135
120
moshi = [" moshi" , " moshi-kotlin" ]
136
121
jackson = [" jackson" , " jackson-kotlin" ]
137
- coil3 = [" coil3" , " coil3-network-core" ]
0 commit comments