79590672

Date: 2025-04-24 13:12:26
Score: 0.5
Natty:
Report link

I was looking for a solution dealing with DSL and kotlin convention plugins, in that case you can add this on your class:

Project.extensions.configure<KspExtension> {
    arg("dagger.hilt.disableModulesHaveInstallInCheck", "true")
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: marcRDZ