StargradExtension

abstract class StargradExtension<out T : StargradPlugin> @Inject constructor(project: Project, plugin: T)

An abstract implementation of the DefaultTask which types a Stargrad Task. The Task annotation has to be used on top of any implementation of this class.

Author

lambdagg

Since

0.4.0

Constructors

Link copied to clipboard
@Inject
fun <out T : StargradPlugin> StargradExtension(project: Project, plugin: T)

Sources

Link copied to clipboard