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

com.airbnb.epoxy.processor.KClassNames.kt Maven / Gradle / Ivy

There is a newer version: 5.1.4
Show newest version
package com.airbnb.epoxy.processor

import com.squareup.kotlinpoet.ClassName
import com.squareup.kotlinpoet.asClassName

object KClassNames {

    // Annotations
    val DEPRECATED = Deprecated::class.asClassName()
    val KOTLIN_UNIT = ClassName.bestGuess("kotlin.Unit")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy