I want to modularize a codebase further to improve build times. A fun idea I had was to make module boundaries such that most historical commits only touch one module. What is a good way to algorithmically create such a grouping of files into modules?
k
K Merle
01/31/2022, 2:31 PM
If new Kotlin BE would improve build time, you might wanna wait for it first before you decide on modularization.
r
rrva
02/23/2022, 8:36 PM
Tried the new BE, does improve a lot but I needed the modularization too. Which turned out great.