1
1
[versions ]
2
2
compose = " 1.5.4"
3
- compose-plugin = " 1.6.0-alpha01"
4
- compose-compiler = " 1.5.4"
3
+ compose-plugin = " 1.6.10-rc03"
5
4
agp = " 8.1.4"
6
5
android-minSdk = " 24"
7
6
android-compileSdk = " 34"
@@ -13,12 +12,9 @@ androidx-material = "1.10.0"
13
12
androidx-constraintlayout = " 2.1.4"
14
13
androidx-test-junit = " 1.1.5"
15
14
androidx-espresso-core = " 3.5.1"
16
- kotlin = " 1.9.21"
17
15
junit = " 4.13.2"
18
16
19
17
[libraries ]
20
- kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
21
- kotlin-test-junit = { module = " org.jetbrains.kotlin:kotlin-test-junit" , version.ref = " kotlin" }
22
18
junit = { group = " junit" , name = " junit" , version.ref = " junit" }
23
19
compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " compose" }
24
20
compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " compose" }
@@ -36,5 +32,4 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
36
32
[plugins ]
37
33
jetbrainsCompose = { id = " org.jetbrains.compose" , version.ref = " compose-plugin" }
38
34
androidApplication = { id = " com.android.application" , version.ref = " agp" }
39
- androidLibrary = { id = " com.android.library" , version.ref = " agp" }
40
- kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
35
+ androidLibrary = { id = " com.android.library" , version.ref = " agp" }
0 commit comments