Does anyone which library it is that supports dyna...
# random
m
Does anyone which library it is that supports dynamically generating the list of modules that are included for a project with multiple app modules? The end goal was only loading the necessary modules for the app that was being built to decrease Gradle configuration time, etc It was either a library or just a standalone Gradle plugin. I know I saw a repo or read a blog about this, but now I can't remember what it was called
In case anyone was curious, I was thinking of https://github.com/dropbox/focus