I have some existing Android code that uses ticker from kotlinx.coroutines.channels. It doesn't appear to be available for use in commonMain with KMM since it is declared in kotlinx-coroutines-core-jvm. Is there a way for me to use that in commonMain or is there an alternative?
Yeah, the chunked example is exactly what the existing logic was doing
Trey
05/10/2022, 12:58 AM
Can somebody explain to me why the compiler is not able to "see" the timer function? My project can see other classes from the kotlinx.coroutines.channels package. I'm trying to understand why it is hidden or not available.