File tree Expand file tree Collapse file tree 4 files changed +7
-95
lines changed Expand file tree Collapse file tree 4 files changed +7
-95
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
plugins {
18
18
alias(libs.plugins.android.application)
19
19
alias(libs.plugins.kotlin.android)
20
+ alias(libs.plugins.compose.compiler)
20
21
}
21
22
22
23
android {
@@ -55,9 +56,6 @@ android {
55
56
buildFeatures {
56
57
compose = true
57
58
}
58
- composeOptions {
59
- kotlinCompilerExtensionVersion = " 1.5.13"
60
- }
61
59
packaging {
62
60
resources {
63
61
excludes + = " /META-INF/AL2.0"
Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ buildscript {
24
24
plugins {
25
25
alias(libs.plugins.android.application) apply false
26
26
alias(libs.plugins.kotlin.android) apply false
27
+ alias(libs.plugins.compose.compiler) apply false
27
28
}
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ activityCompose = "1.9.0"
6
6
espressoCore = " 3.5.1"
7
7
junit = " 4.13.2"
8
8
junitVersion = " 1.1.5"
9
- kotlin = " 1.9.23 "
10
- kotlinxCoroutinesAndroid = " 1.8.0 "
11
- lifecycle = " 2.7.0 "
9
+ kotlin = " 2.0.0 "
10
+ kotlinxCoroutinesAndroid = " 1.8.1 "
11
+ lifecycle = " 2.8.2 "
12
12
material3Adaptive = " 1.0.0-beta01"
13
13
material3AdaptiveNavSuite = " 1.3.0-beta01"
14
- window = " 1.2 .0"
14
+ window = " 1.3 .0"
15
15
16
16
[libraries ]
17
17
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " activityCompose" }
@@ -39,3 +39,4 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine
39
39
[plugins ]
40
40
android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
41
41
kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
42
+ compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments