main.util.KlipSettings.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of klip-kotlin-plugin-native Show documentation
Show all versions of klip-kotlin-plugin-native Show documentation
Kotlin compiler plugin to manage KLIP snapshots for native targets
package dev.petuska.klip.plugin.util
import org.jetbrains.kotlin.name.FqName
/** Payload class to pass-along command line options */
data class KlipSettings(
val enabled: Boolean,
val update: Boolean,
val klipAnnotations: Collection,
val scopeAnnotations: Collection,
val scopeFunctions: Collection,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy