gmaciel
03/16/2019, 12:37 PMUncaught Kotlin exception: kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen
on ios, for trying to change the value of this var:
object MyObject {
var myVar: Boolean = false
}
Dominaezzz
03/16/2019, 12:39 PM@ThreadLocal
object MyObject {
var myVar: Boolean = false
}
Dominaezzz
03/16/2019, 12:42 PMgmaciel
03/16/2019, 12:45 PM