Hello, don't know if it's related to skie, but I have a KMP module, that I export with Skie. But from swift we cannot access method from interface or class. Any idea ?
EDIT: Seems like it's with
suspend
function
EDIT: Disabling coroutineInterop, seems to work.