gradle
Toggle table of contents
9.6.0-20260414005124+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.platform.base
/
TypeBuilder
Type
Builder
API
@
Incubating
interface
TypeBuilder
<
T
>
(
source
)
A TypeBuilder to configure the registration of a type.
Parameters
<T>
The registered type.
Members
Functions
default
Implementation
Link copied to clipboard
API
abstract
fun
defaultImplementation
(
implementation
:
Class
<
out
Any
>
)
:
TypeBuilder
<
T
>
Allows the plugin to register the implementation type.
internal
View
Link copied to clipboard
API
abstract
fun
internalView
(
internalView
:
Class
<
out
Any
>
)
:
TypeBuilder
<
T
>
Allows type registration rules to add internal views to the registered type.