[Stdlib] Fix reports of MPP annotation checker
^KT-58551
This commit is contained in:
committed by
Space Team
parent
12eb6d97bf
commit
8ce1417621
@@ -13,6 +13,8 @@ package kotlin.js
|
||||
@ExperimentalJsExport
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
@Target(AnnotationTarget.FUNCTION)
|
||||
// All targets from expect can't be set because for K/Wasm so far you can export only functions
|
||||
@Suppress("ACTUAL_ANNOTATIONS_NOT_MATCH_EXPECT")
|
||||
public actual annotation class JsExport {
|
||||
@ExperimentalJsExport
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
|
||||
Reference in New Issue
Block a user