Hi! I’m trying to create a project following Clean Architechture. I’m already done setting up different modules. Including the “domain” module which is a pure java module (to make sure there’s no android components that will be used here). However during build time, It could not resolve the classes inside my “domain” module. What could be wrong here?
here’s my dependencies inside my app build.gradle