baseGenDir

abstract val baseGenDir: Property<String>(source)

The path to the root where all generated content will be written to by default, relative to the project build directory.

Setting this property is a convenient way to configure the root location of all generated content. For finer control, some sub-blocks provide a genDir property for specifying the location of their output, potentially bypassing this root path.