Skip to content

Commit 3eb4b5d

Browse files
committed
Update Kotlin [1.3.50 -> 1.3.61], coroutines [1.3.1 -> 1.3.3].
Most notably coroutines may fix IllegalStateException: Module with the Main dispatcher is missing. Kotlin/kotlinx.coroutines#1532
1 parent 0203624 commit 3eb4b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = '1.3.50' // https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md
4-
ext.coroutines_version = '1.3.1' // https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md
3+
ext.kotlin_version = '1.3.61' // https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md
4+
ext.coroutines_version = '1.3.3' // https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md
55
ext.versions = [
66
'minSdk': 21,
77
'compileSdk': 28,

0 commit comments

Comments
 (0)