Kotlin开发问题记录

问题: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"

-------------

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章