File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,17 @@ plugins {
17
17
id(" com.android.application" )
18
18
id(" com.google.devtools.ksp" ) version " 2.1.0-1.0.29"
19
19
id(" org.jetbrains.kotlin.android" )
20
+ id(" org.jetbrains.kotlin.plugin.compose" )
20
21
}
21
22
22
23
android {
23
24
namespace = " com.example.busschedule"
24
- compileSdk = 34
25
+ compileSdk = 35
25
26
26
27
defaultConfig {
27
28
applicationId = " com.example.busschedule"
28
29
minSdk = 24
29
- targetSdk = 34
30
+ targetSdk = 35
30
31
versionCode = 1
31
32
versionName = " 1.0"
32
33
@@ -55,9 +56,6 @@ android {
55
56
buildFeatures {
56
57
compose = true
57
58
}
58
- composeOptions {
59
- kotlinCompilerExtensionVersion = " 1.5.15"
60
- }
61
59
packaging {
62
60
resources {
63
61
excludes + = " /META-INF/{AL2.0,LGPL2.1}"
Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ plugins {
24
24
id(" com.android.application" ) version " 8.7.3" apply false
25
25
id(" com.android.library" ) version " 8.7.3" apply false
26
26
id(" org.jetbrains.kotlin.android" ) version " 2.1.0" apply false
27
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0" apply false
27
28
}
You can’t perform that action at this time.
0 commit comments