toggle menu
hubdle
0.6.2-SNAPSHOT
jvm
switch theme
search in API
hubdle-gradle-plugin
/
com.javiersc.hubdle.project.extensions.kotlin.features.shared
/
HubdleKotlinPowerDelegateAssertFeatureExtension
Hubdle
Kotlin
Power
Delegate
Assert
Feature
Extension
interface
HubdleKotlinPowerDelegateAssertFeatureExtension
:
BaseHubdleExtension
Inheritors
HubdleKotlinAndroidApplicationDelegateFeaturesExtension
HubdleKotlinAndroidLibraryDelegateFeaturesExtension
HubdleKotlinJvmDelegateFeaturesExtension
HubdleKotlinMultiplatformDelegateFeaturesExtension
Members
Properties
power
Assert
Link copied to clipboard
open
val
powerAssert
:
HubdleKotlinPowerAssertFeatureExtension
project
Link copied to clipboard
abstract
val
project
:
Project
Functions
power
Assert
Link copied to clipboard
open
fun
powerAssert
(
action
:
Action
<
HubdleKotlinPowerAssertFeatureExtension
>
=
Action {}
)
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
)