martmists
10/27/2023, 10:48 PMmemScoped { alloc<BooleanVar>() }
gives the following error:
Compilation failed: Internal compiler error: native variable class deserialized class CPrimitiveVar must have the companion object
at /home/mart/git/experiments/martmists-engine/src/linuxMain/kotlin/com/mewsic/engine/core/linux/dbus.kt (232:272)
CALL 'public final fun typeOf <T> (): kotlinx.cinterop.CVariable.Type declared in kotlinx.cinterop' type=kotlinx.cinterop.CVariable.Type origin=null
and the same happens with DoubleVar, though IntVar seems to be fine. How would I solve this?