2026-01-23 17:07:47 +11:00
|
|
|
[versions]
|
2026-01-23 19:28:56 +11:00
|
|
|
#noinspection AndroidGradlePluginVersion
|
2026-02-05 02:46:13 +11:00
|
|
|
agp = "9.0.0"
|
2026-01-23 17:07:47 +11:00
|
|
|
android-compileSdk = "36"
|
|
|
|
|
android-minSdk = "24"
|
|
|
|
|
android-targetSdk = "36"
|
|
|
|
|
androidx-activity = "1.12.2"
|
|
|
|
|
androidx-appcompat = "1.7.1"
|
|
|
|
|
androidx-core = "1.17.0"
|
|
|
|
|
androidx-espresso = "3.7.0"
|
2026-01-31 19:04:08 +11:00
|
|
|
androidx-paging = "3.4.0"
|
2026-01-23 17:07:47 +11:00
|
|
|
androidx-testExt = "1.3.0"
|
2026-01-31 19:15:14 +11:00
|
|
|
compose-hot-reload = "1.0.0"
|
|
|
|
|
compose-lifecycle = "2.10.0-alpha08"
|
|
|
|
|
compose-multiplatform = "1.11.0-alpha02"
|
|
|
|
|
compose-nav3 = "1.0.0-alpha06"
|
2026-01-30 01:16:32 +11:00
|
|
|
coil = "3.3.0"
|
2026-01-25 03:31:24 +11:00
|
|
|
desugar = "2.1.5"
|
|
|
|
|
hcaptcha = "4.4.0"
|
2026-01-23 17:07:47 +11:00
|
|
|
junit = "4.13.2"
|
2026-01-23 23:15:40 +11:00
|
|
|
kermit = "2.0.8"
|
2026-02-01 00:50:57 +11:00
|
|
|
koin-bom = "4.2.0-RC1"
|
|
|
|
|
koin-plugin = "0.3.0"
|
2026-02-16 15:51:03 +11:00
|
|
|
kotest = "6.1.2"
|
2026-01-23 17:07:47 +11:00
|
|
|
kotlin = "2.3.0"
|
|
|
|
|
kotlinx-coroutines = "1.10.2"
|
2026-02-05 01:05:02 +11:00
|
|
|
kotlinx-serialization = "1.10.0"
|
2026-02-16 15:51:03 +11:00
|
|
|
ksp = "2.3.4"
|
2026-01-31 19:15:14 +11:00
|
|
|
ktor = "3.4.0"
|
2026-01-30 01:16:32 +11:00
|
|
|
material3 = "1.11.0-alpha02"
|
2026-01-31 19:15:14 +11:00
|
|
|
material3-adaptive = "1.3.0-alpha04"
|
2026-01-24 00:37:57 +11:00
|
|
|
settings = "1.3.0"
|
2026-01-23 23:30:06 +11:00
|
|
|
sqldelight = "2.2.1"
|
2026-01-23 17:07:47 +11:00
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
|
|
|
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
|
2026-01-31 19:15:14 +11:00
|
|
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
|
|
|
|
|
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-espresso" }
|
2026-01-31 19:04:08 +11:00
|
|
|
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "androidx-paging" }
|
2026-01-31 19:15:14 +11:00
|
|
|
androidx-testExt-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-testExt" }
|
|
|
|
|
compose-lifecycle-runtime = { module = "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", version.ref = "compose-lifecycle" }
|
|
|
|
|
compose-lifecycle-viewmodel = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "compose-lifecycle" }
|
|
|
|
|
compose-lifecycle-viewmodel-nav3 = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "compose-lifecycle" }
|
|
|
|
|
compose-nav3-ui = { module = "org.jetbrains.androidx.navigation3:navigation3-ui", version.ref = "compose-nav3" }
|
|
|
|
|
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coil" }
|
|
|
|
|
coil-network-ktor3 = { module = "io.coil-kt.coil3:coil-network-ktor3", version.ref = "coil" }
|
|
|
|
|
compose-components-resources = { module = "org.jetbrains.compose.components:components-resources", version.ref = "compose-multiplatform" }
|
|
|
|
|
compose-foundation = { module = "org.jetbrains.compose.foundation:foundation", version.ref = "compose-multiplatform" }
|
2026-01-23 17:07:47 +11:00
|
|
|
compose-material3 = { module = "org.jetbrains.compose.material3:material3", version.ref = "material3" }
|
2026-01-23 21:24:53 +11:00
|
|
|
compose-material3-adaptive = { module = "org.jetbrains.compose.material3.adaptive:adaptive", version.ref = "material3-adaptive" }
|
|
|
|
|
compose-material3-adaptive-nav3 = { module = "org.jetbrains.compose.material3.adaptive:adaptive-navigation3", version.ref = "material3-adaptive" }
|
2026-01-31 19:15:14 +11:00
|
|
|
compose-runtime = { module = "org.jetbrains.compose.runtime:runtime", version.ref = "compose-multiplatform" }
|
|
|
|
|
compose-ui = { module = "org.jetbrains.compose.ui:ui", version.ref = "compose-multiplatform" }
|
|
|
|
|
compose-ui-tooling = { module = "org.jetbrains.compose.ui:ui-tooling", version.ref = "compose-multiplatform" }
|
|
|
|
|
compose-ui-tooling-preview = { module = "org.jetbrains.compose.ui:ui-tooling-preview", version.ref = "compose-multiplatform" }
|
|
|
|
|
desugar = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar" }
|
|
|
|
|
hcaptcha-compose = { module = "com.github.hCaptcha.hcaptcha-android-sdk:compose-sdk", version.ref = "hcaptcha" }
|
|
|
|
|
junit = { module = "junit:junit", version.ref = "junit" }
|
|
|
|
|
kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }
|
2026-02-01 00:50:57 +11:00
|
|
|
koin-bom = { module = "io.insert-koin:koin-bom", version.ref = "koin-bom" }
|
|
|
|
|
koin-compose = { module = "io.insert-koin:koin-compose" }
|
|
|
|
|
koin-compose-viewmodel = { module = "io.insert-koin:koin-compose-viewmodel" }
|
|
|
|
|
koin-compose-navigation3 = { module = "io.insert-koin:koin-compose-navigation3" }
|
|
|
|
|
koin-core = { module = "io.insert-koin:koin-core" }
|
|
|
|
|
koin-test = { module = "io.insert-koin:koin-test" }
|
2026-02-16 15:51:03 +11:00
|
|
|
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
|
|
|
|
|
kotest-framework = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
|
|
|
|
|
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }
|
|
|
|
|
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
|
2026-01-31 19:15:14 +11:00
|
|
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
|
|
|
|
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
|
|
|
|
kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" }
|
2026-02-05 01:05:02 +11:00
|
|
|
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinx-serialization" }
|
|
|
|
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinx-serialization" }
|
2026-01-25 03:31:24 +11:00
|
|
|
ktor-client-content-negotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
|
|
|
|
|
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
|
2026-02-16 15:51:03 +11:00
|
|
|
ktor-client-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }
|
2026-01-25 03:31:24 +11:00
|
|
|
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
|
|
|
|
|
ktor-client-websockets = { module = "io.ktor:ktor-client-websockets", version.ref = "ktor" }
|
|
|
|
|
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
2026-01-31 19:15:14 +11:00
|
|
|
settings = { module = "com.russhwolf:multiplatform-settings-no-arg", version.ref = "settings" }
|
2026-01-23 17:07:47 +11:00
|
|
|
|
|
|
|
|
[plugins]
|
|
|
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
2026-02-05 02:46:13 +11:00
|
|
|
androidMultiplatformLibrary = { id = "com.android.kotlin.multiplatform.library", version.ref = "agp" }
|
2026-01-23 17:07:47 +11:00
|
|
|
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
2026-01-31 19:15:14 +11:00
|
|
|
composeHotReload = { id = "org.jetbrains.compose.hot-reload", version.ref = "compose-hot-reload" }
|
|
|
|
|
composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "compose-multiplatform" }
|
2026-02-01 00:50:57 +11:00
|
|
|
koinCompiler = { id = "io.insert-koin.compiler.plugin", version.ref = "koin-plugin" }
|
2026-02-16 15:51:03 +11:00
|
|
|
kotest = { id = "io.kotest", version.ref = "kotest" }
|
2026-01-23 17:07:47 +11:00
|
|
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
2026-01-23 21:24:53 +11:00
|
|
|
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
2026-02-16 15:51:03 +11:00
|
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
2026-01-23 23:30:06 +11:00
|
|
|
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|