Hi, I’m trying to get a NSString out of a Kotlin S...
# kotlin-native
s
Hi, I’m trying to get a NSString out of a Kotlin String. For that I’m using the
CreateNSStringFromKString
helper I found in the K/N platform libs. When compiling, I’m getting a
exception: java.lang.IllegalArgumentException: function Kotlin_Interop_CreateNSStringFromKString already exists
. Is that a known bug or am I missing out anything?