Type Builder
A TypeBuilder to configure the registration of a type.
Parameters
<T>
The registered type.
Functions
Link copied to clipboard
Allows the plugin to register the implementation type.
Link copied to clipboard
inline fun <T : Any> TypeBuilder<T>.defaultImplementation(implementation: KClass<*>): TypeBuilder<T>
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.platform.base.TypeBuilder.defaultImplementation.
Link copied to clipboard
Allows type registration rules to add internal views to the registered type.
Link copied to clipboard
Kotlin extension function taking kotlin.reflect.KClass for org.gradle.platform.base.TypeBuilder.internalView.