Browse Source

ImageViewer coroutines:1.7.0

pull/3153/head
dima.avdeev 2 years ago
parent
commit
4be0706e9a
  1. 2
      examples/imageviewer/shared/build.gradle.kts

2
examples/imageviewer/shared/build.gradle.kts

@ -43,7 +43,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
// Kotlin Coroutines 1.7.0 contains Dispatchers.IO for iOS
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0-RC")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
}
}
val androidMain by getting {

Loading…
Cancel
Save