File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ android {
57
57
compose = true
58
58
}
59
59
composeOptions {
60
- kotlinCompilerExtensionVersion = " 1.5.3 "
60
+ kotlinCompilerExtensionVersion = " 1.5.15 "
61
61
}
62
62
packaging {
63
63
resources {
@@ -68,7 +68,7 @@ android {
68
68
69
69
dependencies {
70
70
71
- implementation(platform(" androidx.compose:compose-bom:2024.11.00 " ))
71
+ implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
72
72
implementation(" androidx.activity:activity-compose:1.9.3" )
73
73
implementation(" androidx.compose.material3:material3" )
74
74
implementation(" androidx.compose.ui:ui" )
Original file line number Diff line number Diff line change 18
18
plugins {
19
19
id(" com.android.application" ) version " 8.7.3" apply false
20
20
id(" com.android.library" ) version " 8.7.3" apply false
21
- id(" org.jetbrains.kotlin.android" ) version " 1.9.10 " apply false
21
+ id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
22
22
}
You can’t perform that action at this time.
0 commit comments