Rostislav Utrobin
09/18/2019, 7:58 AMval bytes = byteArrayOf(1)
val mutableBytes = bytes.toMutableList()val bytes = byteArrayOf(-1)
val mutableBytes = bytes.toMutableList() /* got a crash here on iOS */louiscad
09/18/2019, 8:09 AMArtyom Degtyarev [JB]
09/18/2019, 8:22 AMRostislav Utrobin
09/18/2019, 8:31 AMRostislav Utrobin
09/18/2019, 8:42 AMArtyom Degtyarev [JB]
09/18/2019, 11:41 AMkonan.properties