toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.platform.base
/
ToolChainRegistry
Tool
Chain
Registry
API
@
Incubating
interface
ToolChainRegistry
<
P
:
Platform
?
,
T
:
ToolChain
?
>
(
source
)
A Provider of
ToolChain
s.
Parameters
<P>
the Platform type
<T>
the ToolChain type
Inheritors
NativeToolChainRegistry
Members
Functions
get
For
Platform
Link copied to clipboard
API
abstract
fun
getForPlatform
(
targetPlatform
:
P
)
:
T
Returns the best tool chain to build for the target platform.