카테고리 없음

KotlinReflectionNotSupportedError

쪽보다푸른 2018. 9. 18. 10:48

> Kotlin에서 아래와 같이 TAG 정의


val TAG = IntroActivity::class.qualifiedName


> 그랬더니 아래와 같이 에러가 두둥!!!


kotlin.jvm.KotlinReflectionNotSupportedError: Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath


> 이런 경우 Gradle에서 아래 항목 dependencies에 추가 하면 해결~!


compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"


Reflection 관련 내용은 아래 링크 참조


http://code.i-harness.com/ko-kr/docs/kotlin/docs/reference/reflection