Skip to content

Instantly share code, notes, and snippets.

@manuelvicnt
Last active July 22, 2019 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelvicnt/d7e41b20d2c71f76b9523314140de620 to your computer and use it in GitHub Desktop.
Save manuelvicnt/d7e41b20d2c71f76b9523314140de620 to your computer and use it in GitHub Desktop.
Dagger kapt build improvements
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