[Stdlib] Fix reports of MPP annotation checker
^KT-58551
This commit is contained in:
committed by
Space Team
parent
12eb6d97bf
commit
8ce1417621
@@ -95,7 +95,7 @@ public expect annotation class JsExport() {
|
||||
*/
|
||||
@ExperimentalJsExport
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
@Target(CLASS, PROPERTY, FUNCTION)
|
||||
@Target(CLASS, PROPERTY, FUNCTION, CONSTRUCTOR)
|
||||
@SinceKotlin("1.8")
|
||||
@OptionalExpectation
|
||||
public annotation class Ignore()
|
||||
|
||||
Reference in New Issue
Block a user