File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ android {
5757 compose = true
5858 }
5959 composeOptions {
60- kotlinCompilerExtensionVersion = " 1.5.3 "
60+ kotlinCompilerExtensionVersion = " 1.5.15 "
6161 }
6262 packaging {
6363 resources {
@@ -68,7 +68,7 @@ android {
6868
6969dependencies {
7070
71- implementation(platform(" androidx.compose:compose-bom:2024.11.00 " ))
71+ implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
7272 implementation(" androidx.activity:activity-compose:1.9.3" )
7373 implementation(" androidx.compose.material3:material3" )
7474 implementation(" androidx.compose.ui:ui" )
Original file line number Diff line number Diff line change 1818plugins {
1919 id(" com.android.application" ) version " 8.7.3" apply false
2020 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
2222}
You can’t perform that action at this time.
0 commit comments