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 {
5757 // optional - Kotlin Extensions and Coroutines support for Room
5858 implementation " androidx.room:room-ktx:$room_version "
5959
60- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
60+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 '
6161 implementation ' androidx.core:core-ktx:1.9.0'
6262 implementation ' androidx.appcompat:appcompat:1.5.1'
6363 implementation ' com.google.android.material:material:1.7.0'
Original file line number Diff line number Diff line change 1616
1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818buildscript {
19- ext. kotlin_version = " 1.7.10 "
19+ ext. kotlin_version = " 2.1.0 "
2020 repositories {
2121 google()
2222 mavenCentral()
You can’t perform that action at this time.
0 commit comments