Last active
August 9, 2019 15:45
-
-
Save manuelvicnt/c9e6508d42ff7e65b3b1c7759af66164 to your computer and use it in GitHub Desktop.
Dagger kapt build improvements DSL kotlin
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
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