2023-07-18 23:47:42 +02:00
|
|
|
[versions]
|
|
|
|
androidx_activity_compose = "1.7.2"
|
2023-07-20 21:24:44 +02:00
|
|
|
androidx_datastore = "1.1.0-dev01"
|
2023-07-18 23:47:42 +02:00
|
|
|
android_gradle = "7.4.2"
|
|
|
|
compose = "1.4.3"
|
2023-07-19 08:53:30 +02:00
|
|
|
koin = "3.2.0"
|
2023-07-19 14:24:07 +02:00
|
|
|
kotlin = "1.8.20"
|
2023-07-23 11:41:01 +02:00
|
|
|
ksp = "1.8.20-1.0.11"
|
|
|
|
ktor = "2.3.2"
|
|
|
|
ktorfit_gradle = "1.0.0"
|
|
|
|
ktorfit_lib = "1.4.3"
|
2023-07-22 05:08:05 +02:00
|
|
|
moko_resources = "0.23.0"
|
2023-07-20 09:01:18 +02:00
|
|
|
voyager = "1.0.0-rc05"
|
2023-07-18 23:47:42 +02:00
|
|
|
|
|
|
|
[libraries]
|
|
|
|
|
|
|
|
androidx_activity_compose = { module = "androidx.activity:activity-compose", version.ref = "androidx.activity.compose" }
|
2023-07-20 21:24:44 +02:00
|
|
|
androidx_datastore = { module = "androidx.datastore:datastore-preferences-core", version.ref = "androidx.datastore" }
|
2023-07-19 08:53:30 +02:00
|
|
|
|
|
|
|
koin_core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
|
|
|
|
koin_test = { module = "io.insert-koin:koin-test", version.ref = "koin" }
|
|
|
|
koin_android = { module = "io.insert-koin:koin-android", version.ref = "koin" }
|
|
|
|
|
2023-07-23 11:41:01 +02:00
|
|
|
ktor_serialization = { module = "io.ktor:ktor-client-serialization", version.ref = "ktor" }
|
|
|
|
ktor_contentnegotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
|
|
|
|
ktor_json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
|
|
|
ktorfit_ksp = { module = "de.jensklingenberg.ktorfit:ktorfit-ksp", version.ref = "ktorfit.lib" }
|
|
|
|
ktorfit_lib = { module = "de.jensklingenberg.ktorfit:ktorfit-lib", version.ref = "ktorfit.lib" }
|
|
|
|
|
2023-07-22 05:08:05 +02:00
|
|
|
moko_gradle = { module = "dev.icerock.moko:resources-generator", version.ref = "moko.resources" }
|
|
|
|
moko_resources = { module = "dev.icerock.moko:resources", version.ref = "moko.resources" }
|
|
|
|
moko_resources_compose = { module = "dev.icerock.moko:resources-compose", version.ref = "moko.resources" }
|
|
|
|
moko_resources_test = { module = "dev.icerock.moko:resources-test", version.ref = "moko.resources" }
|
|
|
|
|
2023-07-20 09:01:18 +02:00
|
|
|
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_transition = { module = "cafe.adriel.voyager:voyager-transitions", version.ref = "voyager" }
|
|
|
|
voyager_koin = { module = "cafe.adriel.voyager:voyager-koin", version.ref = "voyager" }
|
|
|
|
voyager_androidx = { module = "cafe.adriel.voyager:voyager-koin", version.ref = "voyager" }
|
|
|
|
|
2023-07-18 23:47:42 +02:00
|
|
|
[plugins]
|
|
|
|
|
|
|
|
android_application = { id = "com.android.application", version.ref = "android.gradle" }
|
|
|
|
android_library = { id = "com.android.library", version.ref = "android.gradle" }
|
2023-07-23 11:41:01 +02:00
|
|
|
compose = { id = "org.jetbrains.compose", version = "1.4.1" }
|
2023-07-18 23:47:42 +02:00
|
|
|
kotlin_android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
2023-07-19 14:24:07 +02:00
|
|
|
kotlin_multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
2023-07-23 11:41:01 +02:00
|
|
|
kotlinx_serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
|
|
ktorfit = { id = "de.jensklingenberg.ktorfit", version.ref = "ktorfit.gradle" }
|
2023-07-22 05:08:05 +02:00
|
|
|
native_cocoapods = { id = "org.jetbrains.kotlin.native.cocoapods", version.ref = "kotlin" }
|
|
|
|
moko_resources = { id = "dev.icerock.mobile.multiplatform-resources", version.ref = "moko.resources" }
|