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

commonMain.eu.codlab.ignore.Ignore.kt Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package eu.codlab.ignore

@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
expect annotation class IgnoreAndroid()

@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
expect annotation class IgnoreJs()

@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
expect annotation class IgnoreJvm()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy