Hi, I'm working with a build that is getting large...
# community-support
e
Hi, I'm working with a build that is getting large and i have a settings file that is getting big. I was wondering if there are any performance issues whit the build using a loop to include the projects? Have around 60 submodules in the project now
n
depends on what you're doing inside that loop, I suppose.
We've got ~150 submodules in one of our projects, no major performance issues on the build configuration phase. And I heard about much bigger projects from others in this community, so I don't think there should be any inherent problem.
e
Thanks, then ill go for it
r
I had taken that path and realised, walking down the file tree with large project consisting of nested modules, always going to give bad build time perf, as compared to adding them manually in
settings.gradle.kts