Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath
解决
build.gradle(Module: app)
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath
解决
build.gradle(Module: app)
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"