Skip to content

Commit e7ee2d3

Browse files
Update kotlin
1 parent fb518de commit e7ee2d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454
compose true
5555
}
5656
composeOptions {
57-
kotlinCompilerExtensionVersion '1.1.1'
57+
kotlinCompilerExtensionVersion '1.5.15'
5858
}
5959
packagingOptions {
6060
resources {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ buildscript {
2222
plugins {
2323
id 'com.android.application' version '7.3.1' apply false
2424
id 'com.android.library' version '7.3.1' apply false
25-
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
25+
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
2626
}

0 commit comments

Comments
 (0)