KotlinQAExtension

open class KotlinQAExtension(project: Project)

Gradle extension for the Kotlin QA Plugin.

Constructors

Link copied to clipboard
constructor(project: Project)

Properties

Link copied to clipboard

The generated Detekt configuration file. Read only, use workingDirectory and detektConfigurationFileName to change the value of this property.

Link copied to clipboard

The name of the generated Detekt configuration file.

Link copied to clipboard
val workingDirectory: Property<File>

The folder where the Detekt configuration will be generated.