Do not use deprecated kotlin.reflect API
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package test
|
||||
|
||||
import kotlin.reflect.*
|
||||
import kotlin.reflect.KClass
|
||||
import kotlin.reflect.full.*
|
||||
import kotlin.test.*
|
||||
|
||||
class K(val p: String)
|
||||
|
||||
Reference in New Issue
Block a user