Hi, in my project, I'm using Channels. When buildi...
# android
p
Hi, in my project, I'm using Channels. When building with Proguard enabled, everything is working fine but when I switch to R8 some of the Channels are not working anymore. Any hints on what could cause that ?
l
You mean #coroutines channels? Which AGP version, which Kotlin version and which kotlinx.coroutines version?