Add missing SinceKotlin for new JS annotations, KT-6168
This commit is contained in:
committed by
Space Team
parent
fa77e3952d
commit
93b0a90172
@@ -27,6 +27,7 @@ public expect annotation class JsName(val name: String)
|
||||
@RequiresOptIn(level = RequiresOptIn.Level.WARNING)
|
||||
@MustBeDocumented
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
@SinceKotlin("1.9")
|
||||
public annotation class ExperimentalJsFileName
|
||||
|
||||
/**
|
||||
@@ -38,6 +39,7 @@ public annotation class ExperimentalJsFileName
|
||||
@OptionalExpectation
|
||||
@ExperimentalJsFileName
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
@SinceKotlin("1.9")
|
||||
public expect annotation class JsFileName(val name: String)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user