Jordan Dixon
08/16/2019, 1:20 PMMark Murphy
08/16/2019, 1:31 PMJordan Dixon
08/16/2019, 1:35 PM// Persistable
implementation project(":persistable")
kapt project(":persistable")
implementation deps.jetpack.room
implementation deps.jetpack.roomKtx
implementation deps.jetpack.roomRx
kapt deps.kapt.room
im just not sure if there's a way to force my processor to run first, and why changing the order of the dependencies and re-syncing always allows room to find the generated modelsMark Murphy
08/16/2019, 1:37 PMkapt
, it is unlikely to be a Kotlin issueJordan Dixon
08/16/2019, 1:39 PMwasyl
08/16/2019, 2:20 PMEugen Martynov
08/16/2019, 2:21 PMJordan Dixon
08/16/2019, 2:37 PMEugen Martynov
08/16/2019, 9:19 PM