toggle menu
hubdle
0.6.2-SNAPSHOT
jvm
switch theme
search in API
hubdle-gradle-plugin
/
com.javiersc.hubdle.project.extensions.shared.features
/
HubdleJvmToolchainDelegateFeatureExtension
Hubdle
Jvm
Toolchain
Delegate
Feature
Extension
interface
HubdleJvmToolchainDelegateFeatureExtension
:
BaseHubdleExtension
Inheritors
HubdleJavaDelegateFeaturesExtension
HubdleKotlinAndroidApplicationDelegateFeaturesExtension
HubdleKotlinAndroidLibraryDelegateFeaturesExtension
HubdleKotlinJvmDelegateFeaturesExtension
HubdleKotlinMultiplatformDelegateFeaturesExtension
Members
Properties
jvm
Toolchain
Link copied to clipboard
open
val
jvmToolchain
:
HubdleJvmToolchainFeatureExtension
project
Link copied to clipboard
abstract
val
project
:
Project
Functions
java
Version
Link copied to clipboard
open
fun
javaVersion
(
version
:
JavaVersion
)
jvm
Toolchain
Link copied to clipboard
open
fun
jvmToolchain
(
action
:
Action
<
HubdleJvmToolchainFeatureExtension
>
=
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
)