[WASM] Add OptIn to declaration with JsExport
This commit is contained in:
@@ -41,6 +41,7 @@ internal var currentAdapter: FrameworkAdapter = TeamcityAdapter()
|
|||||||
|
|
||||||
// This is called from the js-launcher alongside wasm start function
|
// This is called from the js-launcher alongside wasm start function
|
||||||
@JsExport
|
@JsExport
|
||||||
|
@OptIn(kotlin.js.ExperimentalJsExport::class)
|
||||||
internal fun startUnitTests() {
|
internal fun startUnitTests() {
|
||||||
// This will be filled with the corresponding code during lowering
|
// This will be filled with the corresponding code during lowering
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user