![JAR search and dependency download from the Maven repository](/logo.png)
com.likethesalad.stem.providers.LocatorExtensionProvider.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.providers
import com.likethesalad.tools.resource.locator.android.extension.AndroidResourceLocatorExtension
interface LocatorExtensionProvider {
fun getLocatorExtension(): AndroidResourceLocatorExtension
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy