CodeWriter

interface CodeWriter

Interface for writing resource files.

This interface provides methods for writing resource files to a specified output directory.

Properties

Link copied to clipboard
abstract val intermediatesOutputDir: Provider<Directory>

Access the intermediates output directory provider.

Link copied to clipboard
abstract val project: Project

Access the project associated with the code writer.

Link copied to clipboard
abstract val sourceOutputDir: Provider<Directory>

Access the source output directory provider.

Functions

Link copied to clipboard
abstract fun getOutputDir(name: String): Directory

Gets the output directory for the specified name.

Link copied to clipboard
abstract fun setEnabled(enabled: Boolean)

Sets whether the code writer is enabled.