sockeqwe / mosby

A Model-View-Presenter / Model-View-Intent library for modern Android apps
http://hannesdorfmann.com/mosby/
Apache License 2.0
5.49k stars 841 forks source link

Improve GRADLE build Performance #345

Open hongdongni opened 2 years ago

hongdongni commented 2 years ago

Configuration on demand. Configuration on demand tells Gradle to configure modules that only are relevant to the requested tasks instead of configuring all of them. We can enable this feature by setting org.gradle.configureondemand=true.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.