commonMain.eu.codlab.ignore.Ignore.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-ignore Show documentation
Show all versions of test-ignore Show documentation
Lorcana set descriptions and data
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