Skip to content

Instantly share code, notes, and snippets.

@DHosseiny
Last active May 26, 2023 15:28
Show Gist options
  • Save DHosseiny/03e6c172f91306b9d6ef11fb6bc64f0c to your computer and use it in GitHub Desktop.
Save DHosseiny/03e6c172f91306b9d6ef11fb6bc64f0c to your computer and use it in GitHub Desktop.
build2.gradle
android {
defaultConfig {
// Todo(hilt): Remove this when migrated to hilt completely
javaCompileOptions.annotationProcessorOptions {
arguments['dagger.hilt.disableModulesHaveInstallInCheck'] = 'true'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment