com.likethesalad.tools.resource.api.attributes.AttributeKey.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resource-api Show documentation
Show all versions of resource-api Show documentation
Plugin that gathers resources from Android projects for compilation purposes.
The newest version!
package com.likethesalad.tools.resource.api.attributes
import com.likethesalad.tools.resource.api.common.Named
interface AttributeKey : Named {
fun value(): String
}