Join Slack
Powered by
hi does anyone have problem with alloc with kmp io...
# multiplatform
v
vladimir seleznyov
04/29/2025, 12:32 PM
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
loke
05/05/2025, 1:02 PM
You're missing the correct
import
.
loke
05/05/2025, 1:03 PM
Try putting
import kotlinx.cinterop.*
on the top of the file to see if it helps.
4
Views
Open in Slack
Previous
Next