79479053

Date: 2025-03-02 12:09:11
Score: 1
Natty:
Report link

In my case, I forgot to complete binding abstraction.

like this:

import dagger.Module
import dagger.hilt.InstallIn
import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
abstract class useCaseModule
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 404nnotfoundd