Skip to content

Commit 5fc9203

Browse files
committed
fix: downgrade coroutines to fix lint bug
Kotlin/kotlinx.coroutines#2004 The bug will fixed in 1.3.7
1 parent aaaa4f7 commit 5fc9203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation 'androidx.appcompat:appcompat:1.1.0'
4747
implementation 'androidx.core:core-ktx:1.2.0'
4848
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
49-
def coroutine_version = '1.3.6'
49+
def coroutine_version = '1.3.5'
5050
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutine_version"
5151
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutine_version"
5252
// Lifecycles only (without ViewModel or LiveData)

0 commit comments

Comments
 (0)