InvalidMutabilityException on IOS with mutable variables using coroutines in Kotlin Multiplatform

后端 未结 0 1309
一个人的身影
一个人的身影 2020-12-17 01:26

I simplified the error, and I just have this class:

class TestClass{
    private var string = "Hello"

    fun testError() {
        string= "I         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题