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

com.likethesalad.android.templates.provider.di.TemplatesProviderComponent.kt Maven / Gradle / Ivy

Go to download

This is a Gradle plugin for Android applications which resolves XML string references in other XML strings.

The newest version!
package com.likethesalad.android.templates.provider.di

import com.likethesalad.android.templates.common.tasks.identifier.action.TemplatesIdentifierAction
import com.likethesalad.android.templates.provider.tasks.service.action.TemplatesServiceGeneratorAction
import dagger.Component
import javax.inject.Singleton

@Component(modules = [TemplatesProviderModule::class])
@Singleton
interface TemplatesProviderComponent {
    fun templatesServiceGeneratorActionFactory(): TemplatesServiceGeneratorAction.Factory
    fun templatesIdentifierActionFactory(): TemplatesIdentifierAction.Factory
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy