Skip to content

Commit d2ed13c

Browse files
sdk 35 and compose compiler
1 parent 9b08f5c commit d2ed13c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ plugins {
1717
id("com.android.application")
1818
id("com.google.devtools.ksp") version "2.1.0-1.0.29"
1919
id("org.jetbrains.kotlin.android")
20+
id("org.jetbrains.kotlin.plugin.compose")
2021
}
2122

2223
android {
2324
namespace = "com.example.busschedule"
24-
compileSdk = 34
25+
compileSdk = 35
2526

2627
defaultConfig {
2728
applicationId = "com.example.busschedule"
2829
minSdk = 24
29-
targetSdk = 34
30+
targetSdk = 35
3031
versionCode = 1
3132
versionName = "1.0"
3233

@@ -55,9 +56,6 @@ android {
5556
buildFeatures {
5657
compose = true
5758
}
58-
composeOptions {
59-
kotlinCompilerExtensionVersion = "1.5.15"
60-
}
6159
packaging {
6260
resources {
6361
excludes += "/META-INF/{AL2.0,LGPL2.1}"

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ plugins {
2424
id("com.android.application") version "8.7.3" apply false
2525
id("com.android.library") version "8.7.3" apply false
2626
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
27+
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
2728
}

0 commit comments

Comments
 (0)