hi all, are there any plans regarding ByteArray
- NSData support? We tried to make our first kmm lib, with only 2 functions, both of them receiving a ByteArray and one of them also returning an data class with ByteArray, this ended being extrem odd, since you need to use expect/actual for the functions, etc. We are in the process of analyzing the lessons learned and would like to know if there is a better outlook, since for now the technology does not seem to achieve what it promises if you cannot even write a function with a ByteArray parm and expect it to work on iOS and Android out of the box, nor DataClasses using ByteArray properties.