79192591

Date: 2024-11-15 13:36:33
Score: 0.5
Natty:
Report link

Don't inject the constructer. Instead create a normal constructor and only inject the repository.

@AndroidEntryPoint 
class CustomClass(val name: String) {

    @Inject
    lateinit val repository: Repository
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: spruce