Tower Guidev2
08/28/2020, 8:38 AMext.kotlin_version = "1.4.0"
and I cannot import Coroutine kotlinx.coroutines.channels.actor
. I know Actors were marked as obsolete. Have Complex Actors replaced them?
Did I miss a memo 😉
🤔
My Gradle resembles this:-
api 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9'
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'