File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import org.gradle.api.GradleException
33plugins {
44 id(" com.android.application" )
55 id(" org.jetbrains.kotlin.android" )
6- id(" org.jetbrains.kotlin.plugin.compose" )
76 id(" org.jetbrains.kotlin.plugin.serialization" )
87 id(" com.google.dagger.hilt.android" )
98 id(" com.google.devtools.ksp" )
@@ -100,6 +99,10 @@ android {
10099 aidl = true
101100 }
102101
102+ composeOptions {
103+ kotlinCompilerExtensionVersion = " 1.5.8"
104+ }
105+
103106 lint {
104107 abortOnError = true
105108 checkReleaseBuilds = true
Original file line number Diff line number Diff line change 11plugins {
22 id(" com.android.application" ) version " 8.2.2" apply false
33 id(" org.jetbrains.kotlin.android" ) version " 1.9.22" apply false
4- id(" org.jetbrains.kotlin.plugin.compose" ) version " 1.9.22" apply false
54 id(" org.jetbrains.kotlin.plugin.serialization" ) version " 1.9.22" apply false
65 id(" com.google.dagger.hilt.android" ) version " 2.50" apply false
76 id(" com.google.devtools.ksp" ) version " 1.9.22-1.0.17" apply false
You can’t perform that action at this time.
0 commit comments