Tobi
04/10/2019, 7:52 AMString.toByteArray()
, which is just available on the jvm (https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/to-byte-array.html).
Any idea how I could do this using kotlin/native or just the common stdlib?
https://kotlinlang.slack.com/archives/C3PQML5NU/p1554881432104600Tobi
04/10/2019, 8:00 AMaddamsson
04/10/2019, 8:03 AMsvyatoslav.scherbina
04/10/2019, 8:41 AMTobi
04/10/2019, 10:25 AM