Is there anything I can do to improve configuratio...
# gradle
u
Is there anything I can do to improve configuration time? I already went through unnecessary plugins and dependencies, yet its like 15seconds Anything other than "not have so many modules"?
v
Use the confiugration cache, but be aware that it is still experimental. But with it, the configuration is cached if nothing changed, so if you run the same task again, configuration can be skipped completely.
u
Im aware, I tried it, and it kept breaking unfortunately, not ready yet
v
Another thing you could use if your build is compatible with it is configure on demand
u
btw I tried the config on demand .. it works & helps so great, however the github issues tracker says they wanted to deprecate it etc & there could be some build failures - I've experienced none so face - .. anyways, are they actually trying to make it stable or is a dead end and project isolation is their focus?
v
I have no idea.
But I guess the configuration cache will probably be the focus