[Stdlib] Fix reports of MPP annotation checker

^KT-58551
This commit is contained in:
Roman Efremov
2023-06-30 12:58:46 +02:00
committed by Space Team
parent 12eb6d97bf
commit 8ce1417621
6 changed files with 9 additions and 1 deletions
@@ -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)