toggle menu
hubdle
0.6.2-SNAPSHOT
jvm
switch theme
search in API
hubdle-gradle-plugin
/
com.javiersc.hubdle.project.extensions.config.format
/
HubdleConfigFormatExtension
Hubdle
Config
Format
Extension
open
class
HubdleConfigFormatExtension
@
Inject
constructor
(
val
project
:
Project
)
:
HubdleConfigurableExtension
Members
Constructors
Hubdle
Config
Format
Extension
Link copied to clipboard
@
Inject
constructor
(
project
:
Project
)
Properties
excludes
Link copied to clipboard
val
excludes
:
SetProperty
<
String
>
includes
Link copied to clipboard
val
includes
:
SetProperty
<
String
>
is
Enabled
Link copied to clipboard
open
override
val
isEnabled
:
Property
<
Boolean
>
ktfmt
Version
Link copied to clipboard
val
ktfmtVersion
:
Property
<
String
?
>
project
Link copied to clipboard
open
override
val
project
:
Project
Functions
enabled
Link copied to clipboard
open
fun
enabled
(
value
:
Boolean
=
true
)
open
fun
enabled
(
value
:
Provider
<
Boolean
>
=
project.provider { true }
)
excludes
Link copied to clipboard
fun
excludes
(
vararg
excludes
:
String
)
includes
Link copied to clipboard
fun
includes
(
vararg
includes
:
String
)
ktfmt
Version
Link copied to clipboard
fun
ktfmtVersion
(
version
:
String
)
spotless
Link copied to clipboard
fun
spotless
(
action
:
Action
<
SpotlessExtension
>
)
spotless
Predeclare
Link copied to clipboard
fun
spotlessPredeclare
(
action
:
Action
<
SpotlessExtensionPredeclare
>
)
with
Plugin
Link copied to clipboard
open
fun
withPlugin
(
pluginId
:
PluginId
,
action
:
Action
<
AppliedPlugin
>
)
open
fun
withPlugin
(
pluginId
:
String
,
action
:
Action
<
AppliedPlugin
>
)
with
Plugins
Link copied to clipboard
open
fun
withPlugins
(
vararg
pluginIds
:
String
,
action
:
Project
.
(
)
->
Unit
)