Skip to content

Commit

Permalink
CODEREVIEW Comment for OptionalJsName
Browse files Browse the repository at this point in the history
  • Loading branch information
igoriakovlev committed Aug 16, 2023
1 parent 610b693 commit f9804ed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package kotlinx.atomicfu

/**
* This annotation actualized with JsName in JS platform and not actualized in others.
*/
@OptIn(ExperimentalMultiplatform::class)
@OptionalExpectation
@Retention(AnnotationRetention.BINARY)
Expand Down

0 comments on commit f9804ed

Please sign in to comment.