Skip to content

Instantly share code, notes, and snippets.

@aqua30
Created November 8, 2022 07:36
Show Gist options
  • Select an option

  • Save aqua30/67349dae14de00a30b8c3641a899049f to your computer and use it in GitHub Desktop.

Select an option

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