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

commonMain.KlipCompilerAPI.kt Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package dev.petuska.klip.core

@KlipCompilerAPI
@Retention(AnnotationRetention.BINARY)
@RequiresOptIn(
  message = "This API is reserved for internal use by the compiler plugin. " +
    "Look for a similar API without KlipContext parameter.",
  level = RequiresOptIn.Level.ERROR
)
public annotation class KlipCompilerAPI




© 2015 - 2025 Weber Informatics LLC | Privacy Policy