KotlinDoubleArray to native

That’s because the Swift array is equivalent to a Kotlin list, so you’ll have to use List<Double>

See https://kotlinlang.org/docs/tutorials/native/apple-framework.html#kotlinnative-runtime-declarations

1 Like