Hi guys, is possible use actors in kotlin multipla...
# multiplatform
j
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
Actors are currently only supported on the JVM..
j
Any alternative for edit custom cache in multiplatform?
o
Write shared cache in Swift and use it on iOS