Vaibhav Jaiswal
10/15/2024, 8:47 AM:data:models
and :domain:models
I want to create Custom Arbs for each data model (data class)
Where should i keep the custom Arbs so I can access in the other modules depending on these modules when testing?
If i'm not wrong gradle modules only pulls the commonMain
sourceset when one module depends on another, but my arbs are in androidUnitTest
or commonTest
Emil Kantis
10/15/2024, 4:46 PM