Hi guys, is possible use actors in kotlin multiplatform? I´m using org.jetbrains.kotlinxkotlinx coroutines core1.0.1but not found.
I need share cache but I can´t modify in iOS.
Any help? Thanks
j
Jurriaan Mous
12/28/2018, 5:09 PM
Actors are currently only supported on the JVM..
j
jotaramirez
12/28/2018, 5:42 PM
Any alternative for edit custom cache in multiplatform?