| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- [versions]
- agp = "9.2.1"
- coreKtx = "1.18.0"
- junit = "4.13.2"
- junitVersion = "1.3.0"
- espressoCore = "3.7.0"
- lifecycleRuntimeKtx = "2.8.7"
- lifecycleViewmodelCompose = "2.8.7"
- lifecycleRuntimeCompose = "2.8.7"
- activityCompose = "1.10.1"
- kotlin = "2.2.10"
- composeBom = "2024.09.00"
- googleDevtoolsKsp = "2.3.5"
- jetbrainsKotlinPluginSerialization = "2.2.21"
- kotlinxSerializationCore = "1.9.0"
- datastorePreferences = "1.1.2"
- kotlinxSerializationJson = "1.9.0"
- navigation3Ui = "1.0.1"
- navigation3Runtime = "1.0.1"
- adaptive = "1.3.+"
- adaptiveLayout = "1.3.+"
- adaptiveNavigation3 = "1.3.+"
- lifecycleViewmodelNavigation3 = "2.11.0-beta02"
- roomRuntime = "2.7.0"
- roomKtx = "2.7.0"
- roomCompiler = "2.7.0"
- kotlinxCoroutinesTest = "1.10.2"
- core = "1.6.1"
- runner = "1.6.2"
- coilCompose = "2.7.0"
- retrofit = "2.12.0"
- converterMoshi = "2.12.0"
- kotlinxCoroutinesAndroid = "1.10.2"
- kotlinxCoroutinesCore = "1.10.2"
- accompanistPermissions = "0.37.3"
- playServicesLocation = "21.3.0"
- cameraCamera2 = "1.5.0"
- cameraLifecycle = "1.5.0"
- cameraView = "1.5.0"
- cameraCore = "1.5.0"
- loggingInterceptor = "4.10.0"
- okhttp = "4.10.0"
- moshiKotlin = "1.15.2"
- moshiKotlinCodegen = "1.15.2"
- material = "1.4.0"
-
- [libraries]
- androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
- junit = { group = "junit", name = "junit", version.ref = "junit" }
- androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
- androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
- androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
- androidx-lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycleViewmodelCompose" }
- androidx-lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "lifecycleRuntimeCompose" }
- androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
- androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
- androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
- androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
- androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
- androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
- androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
- androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
- kotlinx-serialization-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-core", version.ref = "kotlinxSerializationCore" }
- kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
- androidx-navigation3-ui = { group = "androidx.navigation3", name = "navigation3-ui", version.ref = "navigation3Ui" }
- androidx-navigation3-runtime = { group = "androidx.navigation3", name = "navigation3-runtime", version.ref = "navigation3Runtime" }
- androidx-compose-adaptive = { group = "androidx.compose.material3.adaptive", name = "adaptive", version.ref = "adaptive" }
- androidx-compose-adaptive-layout = { group = "androidx.compose.material3.adaptive", name = "adaptive-layout", version.ref = "adaptiveLayout" }
- androidx-compose-adaptive-navigation3 = { group = "androidx.compose.material3.adaptive", name = "adaptive-navigation3", version.ref = "adaptiveNavigation3" }
- androidx-lifecycle-viewmodel-navigation3 = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-navigation3", version.ref = "lifecycleViewmodelNavigation3" }
- androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "roomRuntime" }
- androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "roomKtx" }
- androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "roomCompiler" }
- kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutinesTest" }
- androidx-core = { group = "androidx.test", name = "core", version.ref = "core" }
- androidx-runner = { group = "androidx.test", name = "runner", version.ref = "runner" }
- androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
- androidx-compose-material-icons-core = { group = "androidx.compose.material", name = "material-icons-core" }
- androidx-compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
- coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coilCompose" }
- retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
- converter-moshi = { group = "com.squareup.retrofit2", name = "converter-moshi", version.ref = "converterMoshi" }
- kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
- kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" }
- accompanist-permissions = { group = "com.google.accompanist", name = "accompanist-permissions", version.ref = "accompanistPermissions" }
- play-services-location = { group = "com.google.android.gms", name = "play-services-location", version.ref = "playServicesLocation" }
- androidx-camera-camera2 = { group = "androidx.camera", name = "camera-camera2", version.ref = "cameraCamera2" }
- androidx-camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "cameraLifecycle" }
- androidx-camera-view = { group = "androidx.camera", name = "camera-view", version.ref = "cameraView" }
- androidx-camera-core = { group = "androidx.camera", name = "camera-core", version.ref = "cameraCore" }
- logging-interceptor = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "loggingInterceptor" }
- okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
- moshi-kotlin = { group = "com.squareup.moshi", name = "moshi-kotlin", version.ref = "moshiKotlin" }
- moshi-kotlin-codegen = { group = "com.squareup.moshi", name = "moshi-kotlin-codegen", version.ref = "moshiKotlinCodegen" }
- androidx-datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastorePreferences" }
- material = { group = "com.google.android.material", name = "material", version.ref = "material" }
-
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
- google-devtools-ksp = { id = "com.google.devtools.ksp", version.ref = "googleDevtoolsKsp" }
- jetbrains-kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "jetbrainsKotlinPluginSerialization" }
|