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 @@ -4,20 +4,20 @@ buildscript {
44 mavenCentral()
55 }
66 dependencies {
7- classpath ' org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.1 .0'
7+ classpath ' org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin:2.2 .0'
88 }
99}
1010
1111plugins {
1212 id ' com.android.application'
1313 id ' org.jetbrains.kotlin.android' version " 2.1.21"
14- id ' org.jetbrains.kotlin.plugin.compose' version " 2.1 .0"
14+ id ' org.jetbrains.kotlin.plugin.compose' version " 2.2 .0"
1515}
1616
1717dependencies {
1818
1919 // Align kotlin versions
20- implementation(platform(' org.jetbrains.kotlin:kotlin-bom:2.1 .0' ))
20+ implementation(platform(' org.jetbrains.kotlin:kotlin-bom:2.2 .0' ))
2121
2222 api libs. dagger
2323 annotationProcessor libs. dagger. compiler
You can’t perform that action at this time.
0 commit comments