You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.8 KiB
33 lines
1.8 KiB
6 months ago
|
[versions]
|
||
|
agp = "8.2.0"
|
||
|
android-compileSdk = "34"
|
||
|
android-minSdk = "24"
|
||
|
android-targetSdk = "34"
|
||
|
androidx-activity = "1.8.2"
|
||
|
androidx-lifecycle = "2.8.0-rc03"
|
||
|
androidx-navigation = "2.7.0-alpha06"
|
||
|
compose-android = "1.6.7"
|
||
|
compose-multiplatform = "1.6.10-rc03"
|
||
|
junit = "4.13.2"
|
||
|
kotlin = "2.0.0-RC3"
|
||
|
kotlinx-datetime = "0.6.0"
|
||
|
|
||
|
[libraries]
|
||
|
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-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version.ref = "kotlinx-datetime" }
|
||
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
|
||
|
androidx-lifecycle-runtime-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle" }
|
||
|
androidx-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
|
||
|
androidx-navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }
|
||
|
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose-android" }
|
||
|
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose-android" }
|
||
|
|
||
|
[plugins]
|
||
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
||
|
androidLibrary = { id = "com.android.library", version.ref = "agp" }
|
||
|
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
||
|
composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "compose-multiplatform" }
|
||
|
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|