com.likethesalad.resource.serializer.android.internal.AndroidResourceJsonStructure.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-resource-serializer Show documentation
Show all versions of android-resource-serializer Show documentation
Plugin that gathers resources from Android projects for compilation purposes.
The newest version!
package com.likethesalad.resource.serializer.android.internal
internal data class AndroidResourceJsonStructure(
val attributes: Map,
val value: String,
val scope: String,
val type: String
)