pl.droidsonroids.gradle.localization.StringArrayItem.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-gradle-localization-plugin Show documentation
Show all versions of android-gradle-localization-plugin Show documentation
Gradle plugin for generating localized string resources
package pl.droidsonroids.gradle.localization
import groovy.transform.TupleConstructor
/**
* Descriptor of string-array item
*/
@TupleConstructor
class StringArrayItem {
String value
String comment
}