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

com.likethesalad.resource.serializer.android.internal.AndroidResourceJsonStructure.kt Maven / Gradle / Ivy

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
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy