com.likethesalad.stem.utils.TaskActionProviderHolder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stem-plugin Show documentation
Show all versions of stem-plugin Show documentation
This is a Gradle plugin for Android applications which resolves XML string references in other XML strings.
package com.likethesalad.stem.utils
import com.likethesalad.stem.modules.resolveStrings.action.ResolvePlaceholdersActionProvider
import com.likethesalad.stem.modules.templateStrings.action.GatherTemplatesActionProvider
import javax.inject.Inject
import javax.inject.Singleton
@Singleton
class TaskActionProviderHolder @Inject constructor(
val gatherTemplatesActionProvider: GatherTemplatesActionProvider,
val resolvePlaceholdersActionProvider: ResolvePlaceholdersActionProvider
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy