갑자기 알수 또 알수 없는 오류가 발생했습니다.
구글링하여 수정하였습니다.
room runtime dependency 에 대해 implementation -> api로 변경하니 해결되었습니다.
api "androidx.room:room-runtime:$roomVersion"
원인을 알고싶은데 시간이 없네요ㅠ
갑자기 알수 또 알수 없는 오류가 발생했습니다.
구글링하여 수정하였습니다.
room runtime dependency 에 대해 implementation -> api로 변경하니 해결되었습니다.
api "androidx.room:room-runtime:$roomVersion"
원인을 알고싶은데 시간이 없네요ㅠ