Replace annotationProcessor by kapt

This commit is contained in:
Shinokuni 2019-09-19 11:20:41 +02:00
parent bd4caa1cb5
commit 3ad6c4af10

View File

@ -64,9 +64,10 @@ dependencies {
}
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
kapt 'androidx.lifecycle:lifecycle-common-java8:2.1.0'
implementation 'androidx.room:room-runtime:2.1.0'
annotationProcessor 'androidx.room:room-compiler:2.1.0'
kapt 'androidx.room:room-compiler:2.1.0'
implementation 'android.arch.persistence.room:rxjava2:1.1.1'
implementation 'androidx.paging:paging-runtime:2.1.0'