Fighting with a Kotlin Multiplatform project I have ended with the problem of needing to work with NsData on my iOS platform from the sharedModule working with Kotlin Native.
Because of this, I need to transform objectiveC NsData to Kotlin ByteArray and way back. How can I do this?