需要将
annotationProcessor "androidx.room:room-compiler:$version_room"
改为
kapt "androidx.room:room-compiler:$version_room"
把annotationProcessor替换成kapt。
需要将
annotationProcessor "androidx.room:room-compiler:$version_room"
改为
kapt "androidx.room:room-compiler:$version_room"
把annotationProcessor替换成kapt。
本文标题:Android Room使用时,cannot find impl
本文链接:https://www.haomeiwen.com/subject/ekblrdtx.html
网友评论