Skip to content

Instantly share code, notes, and snippets.

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