File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
33import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
44
55plugins {
6- id(" org.jetbrains.kotlin.android" ) version " 2.0.21 " apply false
7- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.0.21 " apply false
8- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0.21 " apply false
6+ id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
7+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.1.0 " apply false
8+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0 " apply false
99 id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.16.3" apply false
1010 id(" org.jmailen.kotlinter" ) version " 4.5.0" apply false
1111 id(" com.android.application" ) version " 8.7.2" apply false
You can’t perform that action at this time.
0 commit comments