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