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 2ba44ac commit 29b781dCopy full SHA for 29b781d
samples/authenticator/app/build.gradle
@@ -35,7 +35,7 @@ android {
35
compose true
36
}
37
composeOptions {
38
- kotlinCompilerExtensionVersion '1.4.3'
+ kotlinCompilerExtensionVersion "1.5.3"
39
40
packagingOptions {
41
resources {
samples/authenticator/build.gradle
@@ -10,5 +10,5 @@ buildscript {
10
plugins {
11
id 'com.android.application' version '8.1.4' apply false
12
id 'com.android.library' version '8.1.4' apply false
13
- id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
+ id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
14
0 commit comments