Updated coroutines version to 1.3.7
This commit is contained in:
parent
52ee0a0f73
commit
83c7e73199
|
@ -8,7 +8,7 @@ ext {
|
||||||
/* MPP / basic dependencies */
|
/* MPP / basic dependencies */
|
||||||
|
|
||||||
kotlinVersion = '1.3.72'
|
kotlinVersion = '1.3.72'
|
||||||
kotlinCoroutinesVersion = "1.3.5"
|
kotlinCoroutinesVersion = "1.3.7"
|
||||||
|
|
||||||
serializationVersion = "0.20.0"
|
serializationVersion = "0.20.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue