Stargrad Extension
abstract class StargradExtension<out T : StargradPlugin> @Inject constructor(project: Project, plugin: T)
Content copied to clipboard
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
Content copied to clipboard