main.constants.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of meta Show documentation
Show all versions of meta Show documentation
"Annotation Processing and Code Generation Utils"
package de.peekandpoke.ultra.meta
/**
* Name of the processor option containing the path to the Kotlin generated src dir.
*/
const val KAPT_KOTLIN_GENERATED_OPTION = "kapt.kotlin.generated"
/**
* Fully qualified name class name of [kotlin.Metadata] (which is internal).
*/
const val KOTLIN_METADATA_CLASSNAME = "kotlin.Metadata"