Skip to content

Commit 257d147

Browse files
committed
Downgrade kotlinx.coroutines to 0.26.1
Downgraded because of this bug in 0.27.0: Kotlin/kotlinx.coroutines#626
1 parent 8de79db commit 257d147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ allprojects {
5555
arch_room_version = '1.0.0'
5656
constraintLayout_version = '1.1.3'
5757
timber_version = '4.7.1'
58-
kotlinxCoroutines_version = '0.27.0'
58+
kotlinxCoroutines_version = '0.26.1'
5959
}
6060
}
6161

0 commit comments

Comments
 (0)