Newer
Older
ToDoApp / app / src / main / java / keijumt / todoapp / di / AppModule.kt
package keijumt.todoapp.di

import dagger.Module

@Module(includes = arrayOf(ViewModelModule::class))
class AppModule {
}