Edoardo Luppi
06/30/2023, 11:26 AMUint8Array
to Kotlin's ByteArray
?
I need to keep the binary representation intact
It seems Kotlin doesn't correctly map U* typed array.turansky
06/30/2023, 12:09 PMByteArray
is Int8Array
alias in factEdoardo Luppi
06/30/2023, 12:11 PMUint8Array
it seems.
I can't even expose a UByteArray
as of now, so I'm forced to use the JS type directly instead, which makes it difficult to be multiplatformArtem Kobzar
06/30/2023, 12:30 PMUByteArray
it's a value-class around the ByteArray
. Could I ask you to create a ticket in YouTrack with your use-case, so we could discuss it in team ? Also, assign it on me, pleaseEdoardo Luppi
06/30/2023, 12:31 PMArtem Kobzar
06/30/2023, 12:31 PM