KspResourceScanner

class KspResourceScanner : ResourceScanner

Constructors

Link copied to clipboard
fun KspResourceScanner()

Types

Link copied to clipboard
data class AnnotationWithReferenceValue(    val name: String?,     val value: Any?,     val reference: String?)
Link copied to clipboard
object Companion
Link copied to clipboard
sealed class ImportMatch

Functions

Link copied to clipboard
open override fun getId(    annotation: KClass<out Annotation>,     element: XElement,     value: Int): AndroidResourceId?

Returns the AndroidResourceId that is used as an annotation value of the given XElement