Do not use deprecated kotlin.reflect API
This commit is contained in:
+1
@@ -4,6 +4,7 @@
|
||||
// WITH_REFLECT
|
||||
|
||||
import kotlin.reflect.*
|
||||
import kotlin.reflect.full.*
|
||||
|
||||
class A(val readonly: String) {
|
||||
var mutable: String = "before"
|
||||
|
||||
Reference in New Issue
Block a user