Fix ambiguous @Module

This commit is contained in:
Quentin Hibon
2021-01-12 18:25:00 +01:00
parent 95a7c4f474
commit 72a7cd9685

View File

@@ -38,7 +38,7 @@ public interface HabitsApplicationTestComponent
IntentScheduler getIntentScheduler();
}
@Module
@dagger.Module
class SingleThreadModule
{
@Provides