https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

max.cruz

03/06/2019, 5:34 PM
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

olonho

03/07/2019, 8:01 AM
shall be fixed with https://github.com/JetBrains/kotlin-native/pull/2747, will be in the next EAP
2 Views