Removing comments related to coroutine issue

This commit is contained in:
Oupson 2020-09-16 23:20:22 +02:00
parent 6321ebe5be
commit 4ffdb8a572
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ android {
}
dependencies {
// https://github.com/Kotlin/kotlinx.coroutines/issues/2049
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.6'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

View File

@ -35,7 +35,6 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
// https://github.com/Kotlin/kotlinx.coroutines/issues/2049
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.6'
implementation 'androidx.appcompat:appcompat:1.2.0'