-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlibs.versions.toml
356 lines (332 loc) · 21.2 KB
/
libs.versions.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
[versions]
# Kotlin
kotlin = "1.8.20" # https://kotlinlang.org/docs/releases.html#release-details
kotlinx-coroutines = "1.6.0" # https://github.com/Kotlin/kotlinx.coroutines/releases
# Android tools
androidBuildTools = "8.0.0" # https://developer.android.com/studio/releases/gradle-plugin
# AndroidX libraries
# AndroidX releases: https://developer.android.com/jetpack/androidx/versions#version-table
androidx-core = "1.9.0" # https://developer.android.com/jetpack/androidx/releases/core
androidx-coreSplashscreen = "1.0.0" # https://developer.android.com/jetpack/androidx/releases/core
androidx-activity = "1.5.1" # https://developer.android.com/jetpack/androidx/releases/activity
androidx-appcompat = "1.5.1" # https://developer.android.com/jetpack/androidx/releases/appcompat
androidx-lifecycle = "2.5.1" # https://developer.android.com/jetpack/androidx/releases/lifecycle
androidx-constraintlayout = "2.1.4" # https://developer.android.com/jetpack/androidx/releases/constraintlayout
androidx-composeConstraintlayout = "1.0.1" # https://developer.android.com/jetpack/androidx/releases/constraintlayout
androidx-recyclerview = "1.2.1" # https://developer.android.com/jetpack/androidx/releases/recyclerview
androidx-navigation = "2.5.2" # https://developer.android.com/jetpack/androidx/releases/navigation
androidx-room = "2.4.3" # https://developer.android.com/jetpack/androidx/releases/room
androidx-security = "1.1.0-alpha01" # https://developer.android.com/jetpack/androidx/releases/security
androidx-datastore = "1.0.0"
androidx-profileInstaller = "1.2.0"
# Compose
androidx-compose = "1.4.2" # https://developer.android.com/jetpack/androidx/releases/compose
# Note: match the Compose Compiler version with the compatible Kotlin version, link: https://developer.android.com/jetpack/androidx/releases/compose-kotlin
androidx-composeCompiler = "1.4.6" # https://developer.android.com/jetpack/androidx/releases/compose
# Material Components
google-android-material = "1.6.1" # https://github.com/material-components/material-components-android/releases
# Google libraries for Android
google-services = "4.3.13" # https://developers.google.com/android/guides/google-services-plugin
# Firebase
google-firebase-bom = "30.4.1" # https://firebase.google.com/support/release-notes/android
google-firebase-crashlyticsGradle = "2.9.1" # https://firebase.google.com/support/release-notes/android
google-firebase-auth = "21.0.8"
google-play-services = "20.2.0"
google-firebase-kmm = "1.8.0" # https://firebaseopensource.com/projects/gitliveapp/firebase-kotlin-sdk/
# Firebase-Facebook
firebase-facebook = "15.0.2"
# Accompanist
google-accompanist = "0.31.0-alpha" # https://github.com/google/accompanist/releases
# Halcyon
halcyon-oauth = '1.0.1' # https://github.com/halcyonmobile/retrofit-oauth2-helper/releases
halcyon-errorHandler = '1.0.0' # https://github.com/halcyonmobile/error-handler/releases
halcyon-recylerTypedAdapter = '1.0.1' # releases page is unmaintained: https://github.com/halcyonmobile/recycler-typed-adapter/releases
# Other libraries
koin = "3.2.0" # https://insert-koin.io/docs/setup/v3 /*TODO: Dont' update*/
koin-compose = "3.4.3" # https://insert-koin.io/docs/setup/v3
koin-compose-kmm = "1.0.1" # https://insert-koin.io/docs/setup/v3
leakcanary = "2.9.1" # https://square.github.io/leakcanary/getting_started/
beagle = "2.9.0" # https://github.com/pandulapeter/beagle/releases
coil = "2.2.1" # https://github.com/coil-kt/coil/releases
square-okhttp = "4.9.1" # https://square.github.io/okhttp/changelog/
square-moshi = "1.14.0" # https://github.com/square/moshi/blob/master/CHANGELOG.md
square-moshiCodegen = "1.14.0" # https://github.com/square/moshi/blob/master/CHANGELOG.md
square-retrofit = "2.9.0" # https://github.com/square/retrofit/blob/master/CHANGELOG.md
moshi-wrapped = "2.2" # https://github.com/serj-lotutovici/moshi-lazy-adapters
timber = "5.0.0" # https://github.com/JakeWharton/timber/blob/master/CHANGELOG.md
detekt = "1.21.0" # https://github.com/detekt/detekt
ktlint = "11.0.0" # https://github.com/JLLeitschuh/ktlint-gradle
exoPlayer = "2.18.1" # https://github.com/google/ExoPlayer
statemachine = "0.2.0" # https://github.com/Tinder/StateMachine/releases
voyager = "1.0.0-rc05" # https://github.com/adrielcafe/voyager/releases
youtube-player = "12.0.0" # https://github.com/PierfrancescoSoffritti/android-youtube-player
kotlinx-serialization = "1.5.0" # https://github.com/Kotlin/kotlinx.serialization
ktor = "2.2.4" # https://github.com/ktorio/ktor
napier = "2.6.1" # https://github.com/AAkira/Napier
kmm-imageloader = "1.4.0" # https://github.com/qdsfdhvh/compose-imageloader
moko-resource = "0.21.2" # https://github.com/icerockdev/moko-resources
# Test libraries
test-junit5Bom = "5.8.2"
test-junit4 = "4.13" # https://github.com/junit-team/junit4/releases
test-androidx-junit = "1.1.3" # https://developer.android.com/jetpack/androidx/releases/test
test-androidx-espresso = "3.4.0" # https://developer.android.com/jetpack/androidx/releases/test
test-robolectric = "4.8.2" # https://github.com/robolectric/robolectric/releases
test-mokitoKotlin = "4.0.0" # https://github.com/mockito/mockito-kotlin/releases
test-jraska-livedata = "1.2.0" # https://github.com/jraska/livedata-testing/releases
test-uiautomator = "2.2.0" # https://developer.android.com/jetpack/androidx/releases/test-uiautomator
test-androidx-macro = "1.1.0" # https://androidx.tech/artifacts/benchmark/benchmark-macro-junit4/
[libraries]
# Kotlin
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
# Android tools
android-gradle = { module = "com.android.tools.build:gradle", version.ref = "androidBuildTools" }
# AndroidX libraries
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
androidx-coreSplashscreen = { module = "androidx.core:core-splashscreen", version.ref = "androidx-coreSplashscreen" }
andoridx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidx-activity" }
# AndroidX lifecycle
androidx-lifecycleLivedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycleViewModel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycleRuntime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycleCommon = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycle" }
# AndroidX views
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx-recyclerview" }
# Androidx navigation
androidx-navigationCompose = { module = "androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }
# Androidx Room
androidx-room = { module = "androidx.room:room-ktx", version.ref = "androidx-room" }
androidx-roomRuntime = { module = "androidx.room:room-runtime", version.ref = "androidx-room" }
androidx-roomCompiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" }
# AndroidX Security
androidx-security = { module = "androidx.security:security-crypto", version.ref = "androidx-security" }
# AndroidX Datastore
androidx-preferenceDataStore = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
androidx-protoDataStore = { module = "androidx.datastore:datastore", version.ref = "androidx-datastore" }
# AndroidX ProfileInstaller
androidx-profileInstaller = { module = "androidx.profileinstaller:profileinstaller", version.ref = "androidx-profileInstaller" }
# Compose
androidx-composeUi = { module = "androidx.compose.ui:ui", version.ref = "androidx-compose" }
androidx-composeUiTooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-compose" }
androidx-composeFoundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose" }
androidx-composeMaterial = { module = "androidx.compose.material:material", version.ref = "androidx-compose" }
androidx-composeAnimationGraphics = { module = "androidx.compose.animation:animation-graphics", version.ref = "androidx-compose" }
androidx-composeConstraintlayout = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "androidx-composeConstraintlayout" }
google-accompanistInsets = { module = "com.google.accompanist:accompanist-insets", version.ref = "google-accompanist" }
google-accompanistAnimatedNavigation = { module = "com.google.accompanist:accompanist-navigation-animation", version.ref = "google-accompanist" }
google-accompanistPager = { module = "com.google.accompanist:accompanist-pager", version.ref = "google-accompanist" }
google-accompanistPagerIndicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "google-accompanist" }
google-accompanistPermissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "google-accompanist" }
google-accompanistSystemUiController = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "google-accompanist" }
google-accompanistSwipeRefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "google-accompanist" }
google-accompanistWebView = { module = "com.google.accompanist:accompanist-webview", version.ref = "google-accompanist" }
# Google libraries for Android
google-services = { module = "com.google.gms:google-services", version.ref = "google-services" }
google-services-auth = { module = "com.google.android.gms:play-services-auth", version.ref = "google-play-services" }
# Material components
google-android-material = { module = "com.google.android.material:material", version.ref = "google-android-material" }
google-android-material-icon = { module = "androidx.compose.material:material-icons-extended", version.ref = "androidx-compose" }
# Firebase
google-firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "google-firebase-bom" } # Provides versions for firebase dependencies
google-firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
google-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
google-firebase-crashlyticsGradle = { module = "com.google.firebase:firebase-crashlytics-gradle", version.ref = "google-firebase-crashlyticsGradle" }
google-firebase-auth = { module = "com.google.firebase:firebase-auth", version.ref = "google-firebase-auth" }
google-firebase-kmm = { module = "dev.gitlive:firebase-auth", version.ref = "google-firebase-kmm" }
# Firebase-Facebook
firebase-facebook = { module = "com.facebook.android:facebook-android-sdk", version.ref = "firebase-facebook" }
# Halcyon
halcyon-oauthMoshi = { module = "com.halcyonmobile.oauth-setup:oauth-setup-moshi", version.ref = "halcyon-oauth" }
halcyon-oauthStorage = { module = "com.halcyonmobile.oauth-setup:oauth-setup-storage", version.ref = "halcyon-oauth" }
halcyon-oauthDependencies = { module = "com.halcyonmobile.oauth-setup:oauth-setup-dependencies", version.ref = "halcyon-oauth" }
halcyon-errorHandler = { module = "com.halcyonmobile.error-handler:rest", version.ref = "halcyon-errorHandler" }
halcyon-recylerTypedAdapter = { module = "com.halcyonmobile.recycler-extension:typed-adapter", version.ref = "halcyon-recylerTypedAdapter" }
# Other Libraries
# Koin
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
koin-compose = { module = "io.insert-koin:koin-androidx-compose", version.ref = "koin-compose" }
koin-compose-kmm = { module = "io.insert-koin:koin-compose", version.ref = "koin-compose-kmm" }
# LeakCanary
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
# Beagle
beagle-uiDrawer = { module = "io.github.pandulapeter.beagle:ui-drawer", version.ref = "beagle" }
beagle-noop = { module = "io.github.pandulapeter.beagle:noop", version.ref = "beagle" }
beagle-okHttp = { module = "io.github.pandulapeter.beagle:log-okhttp", version.ref = "beagle" }
beagle-okHttpNoop = { module = "io.github.pandulapeter.beagle:log-okhttp-noop", version.ref = "beagle" }
# Coil
coil = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
coilGif = { module = "io.coil-kt:coil-gif", version.ref = "coil" }
coilSvg = { module = "io.coil-kt:coil-svg", version.ref = "coil" }
# Image loader
kmm-imageloader = { module = "io.github.qdsfdhvh:image-loader", version.ref = "kmm-imageloader" }
# Voyager
voyager-navigator = { module = "cafe.adriel.voyager:voyager-navigator", version.ref = "voyager" }
voyager-bottomSheet = { module = "cafe.adriel.voyager:voyager-bottom-sheet-navigator", version.ref = "voyager" }
voyager-tab = { module = "cafe.adriel.voyager:voyager-tab-navigator", version.ref = "voyager" }
voyager-transitions = { module = "cafe.adriel.voyager:voyager-transitions", version.ref = "voyager" }
voyager-koin = { module = "cafe.adriel.voyager:voyager-koin", version.ref = "voyager" }
# State machine
statemachine = { module = "com.tinder.statemachine:statemachine", version.ref = "statemachine" }
# Square
square-okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "square-okhttp" }
square-moshiKotlinCodegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "square-moshi" }
square-moshi = { module = "com.squareup.moshi:moshi", version.ref = "square-moshi" }
square-moshiCodegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "square-moshiCodegen" }
square-moshi-adapter = { module = "com.squareup.moshi:moshi-adapters", version.ref = "square-moshi" }
square-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "square-retrofit" }
moshi-wrapped = { module = "com.serjltt.moshi:moshi-lazy-adapters", version.ref = "moshi-wrapped" }
# Timber
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
# Exoplayer
exoPlayerCore = { module = "com.google.android.exoplayer:exoplayer-core", version.ref = "exoPlayer" }
exoPlayerUI = { module = "com.google.android.exoplayer:exoplayer-ui", version.ref = "exoPlayer" }
# Detekt
detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
# Ktlint
ktlint = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlint" }
# YouTube Player
youtube-player = { module = "com.pierfrancescosoffritti.androidyoutubeplayer:core", version.ref = "youtube-player" }
youtube-player-customui = { module = "com.pierfrancescosoffritti.androidyoutubeplayer:custom-ui", version.ref = "youtube-player" }
# Ktor
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktor-client-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktor" }
ktor-client-ios = { module = "io.ktor:ktor-client-darwin", version.ref = "ktor" }
ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
ktor-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
napier = { module = "io.github.aakira:napier", version.ref = "napier" }
# Moko Resources
moko-generator = { module = "dev.icerock.moko:resources-generator", version.ref = "moko-resource" }
moko-resource = { module = "dev.icerock.moko:resources", version.ref = "moko-resource" }
moko-resource-compose = { module = "dev.icerock.moko:resources-compose", version.ref = "moko-resource" }
# Test
test-junit4 = { module = "junit:junit", version.ref = "test-junit4" }
test-junit5Bom = { module = "org.junit:junit-bom", version.ref = "test-junit5Bom" }
test-junit5-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
test-junit5-jupiterEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "test-junit5Bom" }
test-junit5-jupiterParams = { module = "org.junit.jupiter:junit-jupiter-params" }
test-junit5-vintageEngine = { module = "org.junit.vintage:junit-vintage-engine" }
# Kotlin
test-kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
# AndroidX
test-androidx-core = { module = "androidx.test:core", version.ref = "test-androidx-junit" }
test-androidx-runner = { module = "androidx.test:runner", version.ref = "test-androidx-junit" }
test-androidx-junit = { module = "androidx.test.ext:junit", version.ref = "test-androidx-junit" }
test-androidx-espressoCore = { module = "androidx.test.espresso:espresso-core", version.ref = "test-androidx-espresso" }
test-androidx-espressoIntents = { module = "androidx.test.espresso:espresso-intents", version.ref = "test-androidx-espresso" }
test-androidx-room = { module = "androidx.room:room-testing", version.ref = "androidx-room" }
test-androidx-compose-uiTestJunit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidx-compose" }
test-androidx-compose-uiTestManifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "androidx-compose" }
test-androidx-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "test-uiautomator" }
test-androidx-macro = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "test-androidx-macro" }
# Other libraries
test-robolectric = { module = "org.robolectric:robolectric", version.ref = "test-robolectric" }
test-mockitoKotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "test-mokitoKotlin" }
test-koin-junit4 = { module = "io.insert-koin:koin-test-junit4", version.ref = "koin" }
test-koin-junit5 = { module = "io.insert-koin:koin-test-junit5", version.ref = "koin" }
test-jraska-livedata = { module = "com.jraska.livedata:testing-ktx", version.ref = "test-jraska-livedata" }
test-square-okhttp-webserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "square-okhttp" }
[bundles]
androidx-core = [
"androidx-core",
"androidx-coreSplashscreen"
]
androidx-lifecycle = [
"androidx-lifecycleLivedata",
"androidx-lifecycleViewModel",
"androidx-lifecycleRuntime",
"androidx-lifecycleCommon"
]
androidx-room = [
"androidx-room",
"androidx-roomRuntime"
]
androidx-compose = [
"androidx-composeUi",
"androidx-composeUiTooling",
"androidx-composeFoundation",
"androidx-composeMaterial",
"androidx-composeAnimationGraphics",
"google-accompanistInsets",
"google-accompanistAnimatedNavigation",
"google-accompanistPager",
"google-accompanistPagerIndicators",
"google-accompanistPermissions",
"google-accompanistSystemUiController",
"google-accompanistSwipeRefresh",
"google-accompanistWebView",
"google-android-material-icon"
]
coil = [
"coil",
"coilGif",
"coilSvg"
]
voyager = [
"voyager-navigator",
"voyager-bottomSheet",
"voyager-tab",
"voyager-transitions",
"voyager-koin"
]
exoPlayer = [
"exoPlayerCore",
"exoPlayerUI"
]
test-junit5 = [
"test-junit5-jupiterEngine",
"test-junit5-jupiterParams"
]
test-robolectric = [
"test-junit4",
"test-robolectric",
"test-androidx-core",
"test-androidx-runner",
"test-androidx-junit",
"test-androidx-espressoCore",
"test-androidx-espressoIntents"
]
test-android = [
"test-junit4",
"test-androidx-core",
"test-androidx-runner",
"test-androidx-junit",
"test-androidx-espressoCore",
"test-androidx-espressoIntents"
]
ktor-common = [
"ktor-client-core",
"ktor-serialization",
"ktor-client-negotiation",
"ktor-client-cio",
"ktor-logging",
"napier"
]
ktor-android = [
"ktor-client-android",
"ktor-client-okhttp"
]
ktor-ios = [
"ktor-client-ios"
]
[plugins]
android-application = { id = "com.android.application", version.ref = "androidBuildTools" }
android-library = { id = "com.android.library", version.ref = "androidBuildTools" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
kotlin-native = { id = "org.jetbrains.kotlin.platform.native", version = "1.3.41" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
github-ben-manes-versions = { id = "com.github.ben-manes.versions", version = "0.41.0" }
littlerobots = { id = "nl.littlerobots.version-catalog-update", version = "0.6.1" }
google-services = { id = "com.google.gms.google-services", version.ref = "google-services" }
jetbrains-compose = { id = "org.jetbrains.compose", version = "1.4.0" }
cocoapods = { id = "org.jetbrains.kotlin.native.cocoapods", version.ref = "kotlin" }
moko = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko-resource" }