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

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

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 - 2024 Weber Informatics LLC | Privacy Policy