[WASM] Add OptIn to declaration with JsExport

This commit is contained in:
Igor Yakovlev
2022-05-31 20:54:45 +02:00
committed by teamcity
parent 83ecafe8d1
commit dec2426a54
@@ -41,6 +41,7 @@ internal var currentAdapter: FrameworkAdapter = TeamcityAdapter()
// This is called from the js-launcher alongside wasm start function
@JsExport
@OptIn(kotlin.js.ExperimentalJsExport::class)
internal fun startUnitTests() {
// This will be filled with the corresponding code during lowering
}