Anyone had problems using kotlin classes on a thread in swift, and having errors like : Uncaught Kotlin exception: kotlin.native.IncorrectDereferenceException: illegal attempt to access non-shared <object>@27c0f38 from other thread
And after trying to annotate the class with either SharedImmutable or ThreadLocal getting -> @ThreadLocal is applicable only to property with backing field, to property with delegation or to objects