open class ForkPlugin : Plugin<Project>
Allows to define and execute forking configurations and also use base API.
Dedicated to be used only at root project. For subprojects, apply plugin 'com.neva.fork.props'.
ForkPlugin()
Allows to define and execute forking configurations and also use base API. |
open fun apply(project: Project): Unit |