Better coroutines versions update (KT-27351)

- It was decided to update coroutines to 1.0.0 not to 0.30.0 for 1.3
- Always update to 0.27.0-eap13 coroutines for versions before 0.27.0

 #KT-27351 Fixed
This commit is contained in:
Nikolay Krasko
2018-10-01 12:28:45 +03:00
parent 8891733074
commit d756d93af1
4 changed files with 5 additions and 5 deletions
@@ -19,7 +19,7 @@ repositories {
}
dependencies {
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.24.0-eap13'
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.27.0-eap13'
}
compileKotlin {