Hi everyone, I am working on a project where clean architecture is implemented. We have 3 modules app(android library), domain(java-library) , data(java-lib) . I am refactoring it to follow mvvm + livedata and retrofit in kotlin. Now domain and data being (java-lib), I can not use androidx libs (thats what i read). every sample codes i have gone through for mvvm+livedata+retrofit there is only one module i.e. app/presentation (android-lib). Can someone direct me to show how I can implement similar architecture having java modules in my project?