We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4a2b8 commit 8815cfeCopy full SHA for 8815cfe
android/app/build.gradle.kts
@@ -62,7 +62,7 @@ android {
62
compose = true
63
}
64
composeOptions {
65
- kotlinCompilerExtensionVersion = "1.4.3"
+ kotlinCompilerExtensionVersion = "1.5.8"
66
67
flavorDimensions += "feature"
68
productFlavors {
android/build.gradle.kts
@@ -1,6 +1,6 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
plugins {
3
id("com.android.application") version "8.2.1" apply false
4
- id("org.jetbrains.kotlin.android") version "1.9.20" apply false
+ id("org.jetbrains.kotlin.android") version "1.9.22" apply false
5
id("com.android.library") version "8.2.1" apply false
6
0 commit comments