File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
// optional - Kotlin Extensions and Coroutines support for Room
58
58
implementation " androidx.room:room-ktx:$room_version "
59
59
60
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
60
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 '
61
61
implementation ' androidx.core:core-ktx:1.9.0'
62
62
implementation ' androidx.appcompat:appcompat:1.5.1'
63
63
implementation ' com.google.android.material:material:1.7.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()
You can’t perform that action at this time.
0 commit comments