Skip to content

Instantly share code, notes, and snippets.

@aqua30
Created November 8, 2022 07:36
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 aqua30/67349dae14de00a30b8c3641a899049f to your computer and use it in GitHub Desktop.
Save aqua30/67349dae14de00a30b8c3641a899049f to your computer and use it in GitHub Desktop.
defaultConfig {
// this will prevent the excetion for InstallIn check on injected modules for time being
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