com.likethesalad.stem.modules.templateStrings.models.StringsTemplatesModel.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.modules.templateStrings.models
import com.likethesalad.tools.resource.api.android.environment.Language
import com.likethesalad.tools.resource.api.android.modules.string.StringAndroidResource
data class StringsTemplatesModel(
val language: Language,
val templates: List,
val values: Map
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy