问题:Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath
报错代码
类名::class.java.simpleName
解决办法
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
-------------
来源:oschina
链接:https://my.oschina.net/yuewawa/blog/4463014