본문 바로가기

AOS - Kotlin

[android] room 사용시 cannot find implementation for database_Impl does not exist 에러

반응형
SMALL

room 사용 중

Caused by: java.lang.RuntimeException: cannot find implementation for database_Impl does not exist 에러

 

>> build.grdle module 레벨에  

annotationProcessor "androidx.room:room-compiler:$room_version" 를

kapt "androidx.room:room-compiler:$room_version" 로 변경

반응형
LIST