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

main.constants.kt Maven / Gradle / Ivy

There is a newer version: 0.76.0
Show newest version
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"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy