We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad11a2a commit d91fcdcCopy full SHA for d91fcdc
app/build.gradle.kts
@@ -44,8 +44,7 @@ android {
44
buildConfig = true
45
}
46
composeOptions {
47
- val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")
48
- kotlinCompilerExtensionVersion = libs.findVersion("compose-compiler").get().toString()
+ kotlinCompilerExtensionVersion = "1.5.3"
49
50
packaging {
51
resources {
gradle/libs.versions.toml
@@ -18,7 +18,6 @@ androidx-metrics = "1.0.0-alpha04"
18
androidx-navigation = "2.7.4"
19
androidx-tracing = "1.1.0"
20
compose-bom = "2023.10.00"
21
-compose-compiler = "1.5.3"
22
firebase-bom = "32.3.1"
23
24
play-services-ads = "22.4.0"
0 commit comments