编译工程

This commit is contained in:
squallzhjch
2023-03-22 10:04:30 +08:00
parent 24220e7f83
commit 1f82fc32b1
5 changed files with 165 additions and 167 deletions

View File

@@ -106,11 +106,10 @@ dependencies {
implementation "androidx.sqlite:sqlite:2.0.1"
implementation "androidx.room:room-runtime:2.1.0"
annotationProcessor "androidx.room:room-compiler:2.1.0"
kapt 'android.arch.persistence.room:compiler:1.1.1' // compiler 需要用 room 的
kapt "androidx.room:room-compiler:2.1.0"
androidTestImplementation "android.arch.persistence.room:testing:1.1.1"
implementation "android.arch.lifecycle:extensions:1.1.1"
kapt "android.arch.lifecycle:compiler:1.1.1"
androidTestImplementation 'androidx.room:room-testing:2.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
kapt 'androidx.lifecycle:lifecycle-compiler:2.0.0'
implementation 'com.tencent.wcdb:wcdb-android:1.0.0'
implementation "androidx.core:core-ktx:1.8.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"