gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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.