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"

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

 

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