GradleExtension

open class GradleExtension(objects: ObjectFactory)

Creating gradle extension which is used to define a property that can be used to enable or disable the plugin.

Constructors

Link copied to clipboard
constructor(objects: ObjectFactory)

Properties

Link copied to clipboard
val collektiveEnabled: Property<Boolean>

Determines if the compiler plugin should be enabled or disabled.