Kotlin报错

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"

推荐阅读更多精彩内容