diff --git a/libraries/stdlib/js/src/kotlin/annotations.kt b/libraries/stdlib/js/src/kotlin/annotations.kt index 850e120972c..9754955bb25 100644 --- a/libraries/stdlib/js/src/kotlin/annotations.kt +++ b/libraries/stdlib/js/src/kotlin/annotations.kt @@ -201,6 +201,3 @@ public actual annotation class JsExport @SinceKotlin("1.6") @Deprecated("This annotation is a temporal migration assistance and may be removed in the future releases, please consider filing an issue about the case where it is needed") public annotation class EagerInitialization - -@Deprecated("It is necessary until bootstrap update", level = DeprecationLevel.HIDDEN) -internal annotation class JsEagerInitialization