commonMain.KlipCompilerAPI.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of klip-core Show documentation
Show all versions of klip-core Show documentation
Kotlin Multiplatform test snapshots (klips) manager
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