KotlinCompilationOutput

Represents the outputs of a Kotlin source set compilation.

Properties

Link copied to clipboard
abstract val allOutputs: FileCollection

The collection of all output directories produced by the compilation.

Link copied to clipboard
abstract val classesDirs: ConfigurableFileCollection

The collection of directories where the compiled code is located.

Link copied to clipboard
abstract val resourcesDir: File

The directory where the resources are located.