hi does anyone have problem with alloc with kmp io...
# multiplatform
v
hi does anyone have problem with alloc with kmp ios app None of the following candidates is applicable: fun alloc(size: Long, align: Int): NativePointed fun alloc(size: Int, align: Int): NativePointed
l
You're missing the correct
import
.
Try putting
import kotlinx.cinterop.*
on the top of the file to see if it helps.