Skip to content

Commit ea57cf0

Browse files
Update kotlin
1 parent 605bcf1 commit ea57cf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
// optional - Kotlin Extensions and Coroutines support for Room
6060
implementation "androidx.room:room-ktx:$room_version"
6161

62-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
62+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
6363
implementation 'androidx.core:core-ktx:1.15.0'
6464
implementation 'androidx.appcompat:appcompat:1.7.0'
6565
implementation 'com.google.android.material:material:1.12.0'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
buildscript {
19-
ext.kotlin_version = "1.7.10"
19+
ext.kotlin_version = "2.1.0"
2020
repositories {
2121
google()
2222
mavenCentral()
@@ -31,7 +31,7 @@ buildscript {
3131
}
3232

3333
plugins {
34-
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
34+
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
3535
}
3636

3737
allprojects {

0 commit comments

Comments
 (0)