api / org.gradle.platform.base / TypeBuilder / defaultImplementation

defaultImplementation

abstract fun defaultImplementation(implementation: Class<*>): TypeBuilder<T>

Allows the plugin to register the implementation type.

Parameters

implementation - the implementation class.