🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

TestOnly

Source set: Common
@Target(
    AnnotationTarget.FUNCTION,
    AnnotationTarget.CONSTRUCTOR,
    AnnotationTarget.PROPERTY_GETTER,
    AnnotationTarget.PROPERTY_SETTER,
)
@Suppress("KmpVisibilityMismatch") // internal in android
public expect annotation class TestOnly()
Source set: NonJvm
@Target(
    AnnotationTarget.FUNCTION,
    AnnotationTarget.CONSTRUCTOR,
    AnnotationTarget.PROPERTY_GETTER,
    AnnotationTarget.PROPERTY_SETTER,
)
public actual annotation class TestOnly