-
- 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 KotlinJsTargetDsljs(String name, KotlinJsCompilerType compiler, Function1<KotlinJsTargetDsl, Unit> configure)KotlinJsTargetDsljs(String name, String compiler, Function1<KotlinJsTargetDsl, Unit> configure)KotlinJsTargetDsljs(String name, Function1<KotlinJsTargetDsl, Unit> configure)KotlinJsTargetDsljs(KotlinJsCompilerType compiler, Function1<KotlinJsTargetDsl, Unit> configure)KotlinJsTargetDsljs()KotlinJsTargetDsljs(String name)KotlinJsTargetDsljs(String name, Action<KotlinJsTargetDsl> configure)KotlinJsTargetDsljs(KotlinJsCompilerType compiler, Action<KotlinJsTargetDsl> configure)KotlinJsTargetDsljs(Action<KotlinJsTargetDsl> configure)KotlinJsTargetDsljs(String name, KotlinJsCompilerType compiler, Action<KotlinJsTargetDsl> configure)KotlinJsTargetDsljs(String name, String compiler, Action<KotlinJsTargetDsl> configure)abstract NamedDomainObjectCollection<KotlinTargetPreset<?>>getPresets()abstract NamedDomainObjectCollection<KotlinTarget>getTargets()KotlinJsCompilerTypegetBOTH()KotlinJsCompilerTypegetIR()KotlinJsCompilerTypegetLEGACY()abstract KotlinJsCompilerTypegetDefaultJsCompilerType()-
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, Action<KotlinJsTargetDsl> configure)
-
js
KotlinJsTargetDsl js(KotlinJsCompilerType compiler, Action<KotlinJsTargetDsl> configure)
-
js
KotlinJsTargetDsl js(Action<KotlinJsTargetDsl> configure)
-
js
KotlinJsTargetDsl js(String name, KotlinJsCompilerType compiler, Action<KotlinJsTargetDsl> configure)
-
js
KotlinJsTargetDsl js(String name, String compiler, Action<KotlinJsTargetDsl> configure)
-
getPresets
abstract NamedDomainObjectCollection<KotlinTargetPreset<?>> getPresets()
-
getTargets
abstract NamedDomainObjectCollection<KotlinTarget> getTargets()
-
getBOTH
KotlinJsCompilerType getBOTH()
-
getIR
KotlinJsCompilerType getIR()
-
getLEGACY
KotlinJsCompilerType getLEGACY()
-
getDefaultJsCompilerType
abstract KotlinJsCompilerType getDefaultJsCompilerType()
-
-
-
-