Hello. I’m having an issue with a shared library i...
# multiplatform
m
Hello. I’m having an issue with a shared library iOS/Android. When including the framework in XCode:
Copy code
@property (readonly) double double;
@property (readonly) float float;
@property (readonly) int32_t int;
Apparently symbols generated by Kotlin Native aren’t compatible with Objective C
o
shall be fixed with https://github.com/JetBrains/kotlin-native/pull/2747, will be in the next EAP