File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
59
59
// optional - Kotlin Extensions and Coroutines support for Room
60
60
implementation " androidx.room:room-ktx:$room_version "
61
61
62
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
62
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 '
63
63
implementation ' androidx.core:core-ktx:1.15.0'
64
64
implementation ' androidx.appcompat:appcompat:1.7.0'
65
65
implementation ' com.google.android.material:material:1.12.0'
Original file line number Diff line number Diff line change 16
16
17
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
18
buildscript {
19
- ext. kotlin_version = " 1.7.10 "
19
+ ext. kotlin_version = " 2.1.0 "
20
20
repositories {
21
21
google()
22
22
mavenCentral()
@@ -31,7 +31,7 @@ buildscript {
31
31
}
32
32
33
33
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
35
35
}
36
36
37
37
allprojects {
You can’t perform that action at this time.
0 commit comments