moduleName

@get:Input
@get:Optional
abstract val moduleName: Property<String>

Gets or sets the module name for the generated code.

The module name is the name of the Gradle module that the generated code will be placed in. The default value for the module name is the name of the project.