Package org.jetbrains.kotlin.gradle.dsl
See: Description
-
Interface Summary Interface Description HasConfigurableCompilerOptions DSL entity with the ability to configure Kotlin compiler options. KaptExtensionConfig A plugin DSL extension for configuring kapt annotation processing. KaptArguments A DSL to specify arguments that are used during kapt processing. KaptJavacOption A DSL to specify javac options that are used during kapt processing. KotlinCommonCompilerOptions Common compiler options for all Kotlin platforms. KotlinCommonCompilerToolOptions Common options for all Kotlin platforms' compilations and tools. KotlinCommonOptions Common compiler options for all Kotlin platforms. KotlinCommonToolOptions Common options for all Kotlin platforms' compilations and tools. KotlinCompile Represents a Kotlin task compiling using configurable kotlinOptions. KotlinHierarchyDsl A DSL to apply hierarchy templates in a Kotlin project. KotlinJsCompilerOptions Compiler options for Kotlin/JS. KotlinJsDceCompilerToolOptions Options for the Kotlin JavaScript dead code elimination tool. KotlinJsDceOptions Options for the Kotlin JavaScript dead code elimination tool. KotlinJsOptions Compiler options for Kotlin/JS. KotlinJvmCompilerOptions Compiler options for Kotlin/JVM. KotlinJvmOptions Compiler options for Kotlin/JVM. KotlinMultiplatformCommonCompilerOptions Compiler options for the Kotlin common platform. KotlinMultiplatformCommonOptions Compiler options for the Kotlin common platform. KotlinNativeCompilerOptions Compiler options for Kotlin Native. KotlinTopLevelExtensionConfig A plugin DSL extension for configuring common options for the entire project. -
Annotation Summary Annotation Description KotlinGradlePluginDsl Marks a Kotlin Gradle plugin DSL language. -
Enum Summary Enum Description ExplicitApiMode Different modes that can be used to set the level of issue reporting for KotlinTopLevelExtensionConfig.explicitApi option.