I get an error when I use a suspend function on Io...
# server
h
I get an error when I use a suspend function on Ios, I've tried some of the solutions such as adding something to gradle properties and libraries and it still does not worl
d
It’s look like you should post in #multiplatform instead ?
j
The solution is written in the error message: stop calling Kotlin suspend function from other threads than the main one I’ve done this on my own project and it just works.