Skip to content

Commit

Permalink
fix(deps): downgrade kotlinCoroutinesVersion from 1.7.1 to 1.6.4
Browse files Browse the repository at this point in the history
This reverts commit 80b8ac9

Awala Ping doesn't yet support coroutines v1.7, so the build fails with:

```
Using 'asFlow(): Flow<T>' is an error. 'BroadcastChannel' is obsolete and all corresponding operators are deprecated in the favour of StateFlow and SharedFlow
```
  • Loading branch information
gnarea committed Jul 17, 2023
1 parent ae3b360 commit f87e1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
kotlinVersion = '1.8.21'
kotlinCoroutinesVersion = '1.7.1'
kotlinCoroutinesVersion = '1.6.4'
}
repositories {
google()
Expand Down

0 comments on commit f87e1f0

Please sign in to comment.