BaseKotlinCompile
Represents any Kotlin compilation task including common task inputs.
Inheritors
Properties
Link copied to clipboard
Paths to the output directories of the friend modules whose internal declarations should be visible.
Link copied to clipboard
Enables the Kotlin Multiplatform flag for compilation.
Link copied to clipboard
Kotlin compiler plugins artifacts , such as JAR or class files, that participate in the compilation process. All files that are permitted in the JVM classpath are permitted here.
Link copied to clipboard
The configuration for the Kotlin compiler plugin added in pluginClasspath using CompilerPluginConfig.
Link copied to clipboard
Specifies the name of org.jetbrains.kotlin.gradle.plugin.KotlinSourceSet that is compiled.
Link copied to clipboard
Enable more granular tracking of inter-modules as part of incremental compilation. Useful in Android projects.