[Gradle, Wasm] Use separate hierarchical methods for JS and wasi
^KT-63417 fixed
This commit is contained in:
committed by
Space Team
parent
dcab981ee8
commit
94ce4c06a7
@@ -944,6 +944,8 @@ public abstract interface class org/jetbrains/kotlin/gradle/plugin/KotlinHierarc
|
||||
public abstract fun withTvosX64 ()V
|
||||
public abstract fun withWasm ()V
|
||||
public abstract fun withWasm32 ()V
|
||||
public abstract fun withWasmJs ()V
|
||||
public abstract fun withWasmWasi ()V
|
||||
public abstract fun withWatchos ()V
|
||||
public abstract fun withWatchosArm32 ()V
|
||||
public abstract fun withWatchosArm64 ()V
|
||||
|
||||
+3
@@ -137,7 +137,10 @@ interface KotlinHierarchyBuilder {
|
||||
|
||||
/* Actual targets */
|
||||
fun withJs()
|
||||
@Deprecated("Renamed to 'withWasmJs''", replaceWith = ReplaceWith("withWasmJs()"))
|
||||
fun withWasm()
|
||||
fun withWasmJs()
|
||||
fun withWasmWasi()
|
||||
fun withJvm()
|
||||
|
||||
@Deprecated("Renamed to 'withAndroidTarget''", replaceWith = ReplaceWith("withAndroidTarget()"))
|
||||
|
||||
Reference in New Issue
Block a user