Caused by: java.lang.NoClassDefFoundError: kotlin/reflect/full/KClasses
에러원인 : 코틀린 클래스 Reflection 못해서 발생하는 에러
해결방법 : dependencies에 아래 의존성 추가하여 해결
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.6.21'
'마주쳤던 에러 해결 모음' 카테고리의 다른 글
[에러해결] no tests found with test runner 'Junit 5'. (0) | 2023.02.23 |
---|---|
[IDE] 이클립스 Editor does not contain a main type 에러 해결 (0) | 2023.02.06 |
윈도우 프로세스 포트 번호 확인 및 종료 방법 (0) | 2022.12.09 |
[에러해결] ERROR Shutdown broker because all log dirs in C:\tmp\kafka-logs have failed (0) | 2022.12.02 |
[mysql] cannot delete or update a parent row (0) | 2022.11.28 |
댓글