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.
24 lines
949 B
24 lines
949 B
11 months ago
|
[versions]
|
||
|
android-compileSdk = "34"
|
||
|
android-minSdk = "26"
|
||
|
android-targetSdk = "34"
|
||
|
|
||
|
agp = "8.2.1"
|
||
|
kotlin = "1.9.21"
|
||
|
compose = "1.5.4"
|
||
|
compose-plugin = "1.5.11"
|
||
|
androidx-activityCompose = "1.8.2"
|
||
|
|
||
|
[libraries]
|
||
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
||
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
|
||
|
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
||
|
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
|
||
|
|
||
|
|
||
|
[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" }
|
||
|
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }
|