Replace annotationProcessor by kapt
This commit is contained in:
parent
bd4caa1cb5
commit
3ad6c4af10
@ -64,9 +64,10 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
|
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'
|
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 'android.arch.persistence.room:rxjava2:1.1.1'
|
||||||
|
|
||||||
implementation 'androidx.paging:paging-runtime:2.1.0'
|
implementation 'androidx.paging:paging-runtime:2.1.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user