Is there any best practices/guidelines how structu...
# gradle
j
Is there any best practices/guidelines how structure Gradle modules in new projects? Like start small and scale up how avoid bad compile times, or good decoupling avoid future circular Gradle dependency etc. As of example how split network vs database related things vs feature modules.