-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.dsl.KotlinTargetContainerWithPresetFunctions
,org.jetbrains.kotlin.gradle.plugin.KotlinJsCompilerTypeHolder
,org.jetbrains.kotlin.gradle.plugin.KotlinTargetsContainer
,org.jetbrains.kotlin.gradle.plugin.KotlinTargetsContainerWithPresets
public interface KotlinTargetContainerWithJsPresetFunctions implements KotlinTargetContainerWithPresetFunctions, KotlinJsCompilerTypeHolder
-
-
Method Summary
Modifier and Type Method Description KotlinJsTargetDsl
js(String name, KotlinJsCompilerType compiler, Function1<KotlinJsTargetDsl, Unit> configure)
KotlinJsTargetDsl
js(String name, String compiler, Function1<KotlinJsTargetDsl, Unit> configure)
KotlinJsTargetDsl
js(String name, Function1<KotlinJsTargetDsl, Unit> configure)
KotlinJsTargetDsl
js(KotlinJsCompilerType compiler, Function1<KotlinJsTargetDsl, Unit> configure)
KotlinJsTargetDsl
js()
KotlinJsTargetDsl
js(String name)
KotlinJsTargetDsl
js(String name, Closure<?> configure)
KotlinJsTargetDsl
js(KotlinJsCompilerType compiler, Closure<?> configure)
KotlinJsTargetDsl
js(Closure<?> configure)
KotlinJsTargetDsl
js(String name, KotlinJsCompilerType compiler, Closure<?> configure)
KotlinJsTargetDsl
js(String name, String compiler, Closure<?> configure)
abstract NamedDomainObjectCollection<KotlinTargetPreset<?>>
getPresets()
abstract NamedDomainObjectCollection<KotlinTarget>
getTargets()
KotlinJsCompilerType
getBOTH()
KotlinJsCompilerType
getIR()
KotlinJsCompilerType
getLEGACY()
abstract KotlinJsCompilerType
getDefaultJsCompilerType()
-
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.KotlinTargetContainerWithJsPresetFunctions
android, android, android, android, android, androidNativeArm32, androidNativeArm32, androidNativeArm32, androidNativeArm32, androidNativeArm32, androidNativeArm64, androidNativeArm64, androidNativeArm64, androidNativeArm64, androidNativeArm64, androidNativeX64, androidNativeX64, androidNativeX64, androidNativeX64, androidNativeX64, androidNativeX86, androidNativeX86, androidNativeX86, androidNativeX86, androidNativeX86, iosArm32, iosArm32, iosArm32, iosArm32, iosArm32, iosArm64, iosArm64, iosArm64, iosArm64, iosArm64, iosSimulatorArm64, iosSimulatorArm64, iosSimulatorArm64, iosSimulatorArm64, iosSimulatorArm64, iosX64, iosX64, iosX64, iosX64, iosX64, jvm, jvm, jvm, jvm, jvm, linuxArm32Hfp, linuxArm32Hfp, linuxArm32Hfp, linuxArm32Hfp, linuxArm32Hfp, linuxArm64, linuxArm64, linuxArm64, linuxArm64, linuxArm64, linuxMips32, linuxMips32, linuxMips32, linuxMips32, linuxMips32, linuxMipsel32, linuxMipsel32, linuxMipsel32, linuxMipsel32, linuxMipsel32, linuxX64, linuxX64, linuxX64, linuxX64, linuxX64, macosArm64, macosArm64, macosArm64, macosArm64, macosArm64, macosX64, macosX64, macosX64, macosX64, macosX64, mingwX64, mingwX64, mingwX64, mingwX64, mingwX64, mingwX86, mingwX86, mingwX86, mingwX86, mingwX86, tvosArm64, tvosArm64, tvosArm64, tvosArm64, tvosArm64, tvosSimulatorArm64, tvosSimulatorArm64, tvosSimulatorArm64, tvosSimulatorArm64, tvosSimulatorArm64, tvosX64, tvosX64, tvosX64, tvosX64, tvosX64, wasm32, wasm32, wasm32, wasm32, wasm32, watchosArm32, watchosArm32, watchosArm32, watchosArm32, watchosArm32, watchosArm64, watchosArm64, watchosArm64, watchosArm64, watchosArm64, watchosSimulatorArm64, watchosSimulatorArm64, watchosSimulatorArm64, watchosSimulatorArm64, watchosSimulatorArm64, watchosX64, watchosX64, watchosX64, watchosX64, watchosX64, watchosX86, watchosX86, watchosX86, watchosX86, watchosX86
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
js
KotlinJsTargetDsl js(String name, KotlinJsCompilerType compiler, Function1<KotlinJsTargetDsl, Unit> configure)
-
js
KotlinJsTargetDsl js(String name, String compiler, Function1<KotlinJsTargetDsl, Unit> configure)
-
js
KotlinJsTargetDsl js(String name, Function1<KotlinJsTargetDsl, Unit> configure)
-
js
KotlinJsTargetDsl js(KotlinJsCompilerType compiler, Function1<KotlinJsTargetDsl, Unit> configure)
-
js
KotlinJsTargetDsl js()
-
js
KotlinJsTargetDsl js(String name)
-
js
KotlinJsTargetDsl js(String name, Closure<?> configure)
-
js
KotlinJsTargetDsl js(KotlinJsCompilerType compiler, Closure<?> configure)
-
js
KotlinJsTargetDsl js(Closure<?> configure)
-
js
KotlinJsTargetDsl js(String name, KotlinJsCompilerType compiler, Closure<?> configure)
-
js
KotlinJsTargetDsl js(String name, String compiler, Closure<?> configure)
-
getPresets
abstract NamedDomainObjectCollection<KotlinTargetPreset<?>> getPresets()
-
getTargets
abstract NamedDomainObjectCollection<KotlinTarget> getTargets()
-
getBOTH
KotlinJsCompilerType getBOTH()
-
getIR
KotlinJsCompilerType getIR()
-
getLEGACY
KotlinJsCompilerType getLEGACY()
-
getDefaultJsCompilerType
abstract KotlinJsCompilerType getDefaultJsCompilerType()
-
-
-
-