You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have an enum in Swift where one of the cases takes in a [Double] on Kotlin that gets translated to an Array<Double> instead of a DoubleArray. I believe DoubleArray would be more performant on the Kotlin side; is it possible to use that instead?