Matas Lauzadis
01/06/2025, 5:36 PMkotlin.test.Ignore
only on native (following guide here), but this strategy fails at runtime with unresolved symbol errors...Matas Lauzadis
01/06/2025, 8:16 PM@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
public expect annotation class IgnoreNative
after:
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
public expect annotation class IgnoreNative()
Ryan Scott
01/06/2025, 9:20 PM