[versions] androidxComposeBom = "2025.03.01" androidGradlePlugin = "8.9.1" coreSplashscreen = "1.0.1" kotlinxCoroutinesAndroid = "1.8.1" ktx = "1.15.0" compose = "1.10.1" immutable = "0.3.7" location = "21.3.0" koin = "3.5.3" koin-compose = "3.5.3" moshiKotlin = "1.15.0" moshiKotlinCodegen = "1.15.0" navigationCompose = "2.8.9" lyfecyleCompose = "2.8.7" retrofit = "2.11.0" junit = "4.13.2" junittest = "1.2.1" espresso = "3.6.1" room = "2.6.1" material = "1.7.8" material3 = "1.3.1" org-jetbrains-kotlin-android = "2.0.21" appcompat = "1.7.0" com-google-android-material-material = "1.12.0" ksp = "2.0.21-1.0.28" animationGraphicsAndroid = "1.7.8" play-services-maps = "19.1.0" maps-compose = "4.4.1" secretsGradlePlugin = "2.0.1" webkit = "1.13.0" [libraries] androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" } androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" } androidx-compose-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } androidx-compose-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } androidx-compose-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } androidx-compose-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } androidx-compose-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx" } androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" } androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lyfecyleCompose" } androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "compose" } androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" } androidx-lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "lyfecyleCompose" } android-compose-material = { group = "androidx.compose.material", name = "material", version.ref = "material" } android-compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" } kotlinx-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version.ref = "immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" } kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesAndroid" } android-play-services-location = { group = "com.google.android.gms", name = "play-services-location", version.ref = "location" } # Koin koin-android = { group = "io.insert-koin", name = "koin-android", version.ref = "koin" } koin-androidx-compose = { group = "io.insert-koin", name = "koin-androidx-compose", version.ref = "koin-compose" } koin-androidx-compose-navigation = { group = "io.insert-koin", name = "koin-androidx-compose-navigation", version.ref = "koin-compose" } # Retrofit moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshiKotlin" } moshi-kotlin-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshiKotlinCodegen" } retrofit-retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" } retrofit-converter-moshi = { group = "com.squareup.retrofit2", name = "converter-moshi", version.ref = "retrofit" } # Room room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" } room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" } androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" } play-services-maps = { group = "com.google.android.gms", name = "play-services-maps", version.ref = "play-services-maps" } maps-compose = { group = "com.google.maps.android", name = "maps-compose", version.ref = "maps-compose" } # Test junit-junit = { group = "junit", name = "junit", version.ref = "junit" } androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junittest" } espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso" } coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutinesAndroid" } appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } material = { group = "com.google.android.material", name = "material", version.ref = "com-google-android-material-material" } androidx-animation-graphics-android = { group = "androidx.compose.animation", name = "animation-graphics-android", version.ref = "animationGraphicsAndroid" } androidx-webkit = { group = "androidx.webkit", name = "webkit", version.ref = "webkit" } [plugins] android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" } android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" } org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "org-jetbrains-kotlin-android" } compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "org-jetbrains-kotlin-android" } com-google-devtools-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } secrets-gradle-plugin = { id = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin", version.ref = "secretsGradlePlugin" }