app/build.gradle
@@ -165,4 +165,10 @@ //阿里的RocketMQ implementation 'org.apache.rocketmq:rocketmq-client:4.9.4' //room数据库 implementation "androidx.room:room-runtime:2.3.0" implementation "androidx.room:room-ktx:2.3.0" runtimeOnly("androidx.room:room-common:2.3.0") annotationProcessor "androidx.room:room-compiler:2.3.0" }