All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.ansman.dagger.auto.AutoDaggerModule.kt Maven / Gradle / Ivy

package se.ansman.dagger.auto

import dagger.Module
import dagger.Provides
import dagger.hilt.InstallIn
import dagger.hilt.components.SingletonComponent
import dagger.multibindings.ElementsIntoSet

@Module
@InstallIn(SingletonComponent::class)
internal object AutoDaggerModule {
    @Provides
    @ElementsIntoSet
    fun primeInitializables(): Set = emptySet()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy