Last active
July 22, 2019 17:11
-
-
Save manuelvicnt/d7e41b20d2c71f76b9523314140de620 to your computer and use it in GitHub Desktop.
Dagger kapt build improvements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
allprojects { | |
afterEvaluate { | |
extensions.findByName('kapt')?.arguments { | |
arg("dagger.formatGeneratedSource", "disabled") | |
arg("dagger.gradle.incremental", "enabled") | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment