Skip to content

Commit 45cb098

Browse files
committed
android: build version of kotlin and compose updated.
Changed to compatible versions according to https://developer.android.com/jetpack/androidx/releases/compose-kotlin#kts
1 parent d2df287 commit 45cb098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
}
3232

3333
composeOptions {
34-
kotlinCompilerExtensionVersion = "1.5.7"
34+
kotlinCompilerExtensionVersion = "1.5.10"
3535
}
3636

3737
buildTypes {

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
33
id("com.android.application") version "8.5.2" apply false
4-
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
4+
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
55
id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false
66
id("com.google.dagger.hilt.android") version "2.49" apply false
77
}

0 commit comments

Comments
 (0)