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 1717plugins {
1818 alias(libs.plugins.android.application)
1919 alias(libs.plugins.kotlin.android)
20+ alias(libs.plugins.compose.compiler)
2021}
2122
2223android {
@@ -55,9 +56,6 @@ android {
5556 buildFeatures {
5657 compose = true
5758 }
58- composeOptions {
59- kotlinCompilerExtensionVersion = " 1.5.13"
60- }
6159 packaging {
6260 resources {
6361 excludes + = " /META-INF/AL2.0"
Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ buildscript {
2424plugins {
2525 alias(libs.plugins.android.application) apply false
2626 alias(libs.plugins.kotlin.android) apply false
27+ alias(libs.plugins.compose.compiler) apply false
2728}
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ activityCompose = "1.9.0"
66espressoCore = " 3.5.1"
77junit = " 4.13.2"
88junitVersion = " 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 "
1212material3Adaptive = " 1.0.0-beta01"
1313material3AdaptiveNavSuite = " 1.3.0-beta01"
14- window = " 1.2 .0"
14+ window = " 1.3 .0"
1515
1616[libraries ]
1717androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " activityCompose" }
@@ -39,3 +39,4 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine
3939[plugins ]
4040android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
4141kotlin-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