(App)-----depends----(library)
In my case I did not change any dependencies configuration nor i change the order.
I had to copy a local pojo(model) jar file from the library module to App.
App is in kotlin
library is in java
Its a bug, I should not have pojo.jar in app and library