Skip to content

Commit f75d230

Browse files
Update kotlin
1 parent 2ca828a commit f75d230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

build.gradle

Lines changed: 1 addition & 1 deletion
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()

0 commit comments

Comments
 (0)