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

com.likethesalad.stem.modules.common.Constants.kt Maven / Gradle / Ivy

package com.likethesalad.stem.modules.common

class Constants {
    companion object {
        const val XML_STRING_TAG = "string"
        const val XML_RESOURCES_TAG = "resources"
        const val RESOLVED_FILE_NAME = "resolved.xml"
        const val TEMPLATE_BASE_FILE_NAME = "templates"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy