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 fb518de commit e7ee2d3Copy full SHA for e7ee2d3
app/build.gradle
@@ -54,7 +54,7 @@ android {
54
compose true
55
}
56
composeOptions {
57
- kotlinCompilerExtensionVersion '1.1.1'
+ kotlinCompilerExtensionVersion '1.5.15'
58
59
packagingOptions {
60
resources {
build.gradle
@@ -22,5 +22,5 @@ buildscript {
22
plugins {
23
id 'com.android.application' version '7.3.1' apply false
24
id 'com.android.library' version '7.3.1' apply false
25
- id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
+ id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
26
0 commit comments