FileGeneratingBlock

interface FileGeneratingBlock : ExtensionAware(source)

An interface used for tagging Gradle extensions which generate files for Kobweb.

This enables a consisted approach for tasks to determine where their output should go.

Properties

Link copied to clipboard
abstract val genDir: Property<String>

The path to the root where generated files will be placed, relative to the project build directory.

Functions

Link copied to clipboard
@Internal
abstract fun getExtensions(): ExtensionContainer