com.likethesalad.stem.providers.ActionProvider.kt Maven / Gradle / Ivy
package com.likethesalad.stem.providers
import com.likethesalad.stem.modules.common.helpers.android.AndroidVariantContext
interface ActionProvider {
fun provide(androidVariantContext: AndroidVariantContext): T
}