I've noticed in the K/N backend there's a conversi...
# kotlin-native
j
I've noticed in the K/N backend there's a conversion from ArrayList to NSArray. https://github.com/JetBrains/kotlin-native/blob/7d7f0f46e601471cec98885e52af0cded47931d4/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/ContextUtils.kt#L422 However passing an ArrayList to a NSArray parameter does not work. Is there a runtime conversion accessible through K/N or do I have to roll my own?