I have `enableCInteropCommonization` set to true i...
# multiplatform
c
I have
enableCInteropCommonization
set to true in my
gradle.properties
, but I am having trouble seeing my
cinterop
package from
iosMain
, even though it works fine in, say
iosArm64Main
. Does anyone know what I need to do to get it working in
iosMain
?
1