Skip to content

Commit 50a5e05

Browse files
Downgrade coroutine version for issue Kotlin/kotlinx.coroutines#3305
1 parent 0cc7bae commit 50a5e05

File tree

1 file changed

+1
-1
lines changed
  • dependencies/src/main/kotlin/city/smartb/gradle/dependencies

1 file changed

+1
-1
lines changed

dependencies/src/main/kotlin/city/smartb/gradle/dependencies/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object FixersVersions {
3636
}
3737

3838
object Kotlin {
39-
const val coroutines = "1.6.2"
39+
const val coroutines = "1.6.1"
4040
const val serialization = "1.3.3"
4141
}
4242
}

0 commit comments

Comments
 (0)