move ExperimentalWasmDsl opt-in to file level
This commit is contained in:
committed by
Sebastian Sellmair
parent
b240b8452a
commit
3f8f25fe43
+1
-2
@@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
@file:Suppress("FunctionName", "DuplicatedCode")
|
||||
@file:OptIn(ExperimentalWasmDsl::class)
|
||||
|
||||
package org.jetbrains.kotlin.gradle.unitTests
|
||||
|
||||
@@ -331,7 +332,6 @@ class KotlinTargetHierarchyDslTest {
|
||||
}
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalWasmDsl::class)
|
||||
kotlin.wasm()
|
||||
kotlin.js()
|
||||
|
||||
@@ -361,7 +361,6 @@ class KotlinTargetHierarchyDslTest {
|
||||
}
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalWasmDsl::class)
|
||||
kotlin.wasm()
|
||||
kotlin.js()
|
||||
kotlin.jvm()
|
||||
|
||||
Reference in New Issue
Block a user