Include WasExperimental into builtins serialization
It is required for stabilizing previously experimental builtin functions and classes (KT-53778) in order to mark them WasExperimental, so that they are available for previously opted in users
This commit is contained in:
committed by
Space Team
parent
968bf424b4
commit
9953991c4c
@@ -44,6 +44,7 @@ val prepareRangeSources by tasks.registering(Sync::class) {
|
||||
from(kotlinAnnotationsCommon) {
|
||||
include("ExperimentalStdlibApi.kt")
|
||||
include("OptIn.kt")
|
||||
include("WasExperimental.kt")
|
||||
}
|
||||
|
||||
into(rangesCherryPicked)
|
||||
|
||||
Reference in New Issue
Block a user