commonTest.custom.AndroidStringResourcesChild.kt Maven / Gradle / Ivy
package custom
import ua.vald_zx.simplexml.ksp.Attribute
import ua.vald_zx.simplexml.ksp.ElementMap
import ua.vald_zx.simplexml.ksp.Path
/*
The best app
Hello!
*/
data class AndroidStringResourcesChild(
@ElementMap(name = "resources", key = "name", entry = "string", attribute = true)
val resources: Map,
@field:[Path("resources") Attribute("xmlns:android")]
var ns: String = "http://schemas.android.com/apk/res/android",
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy