CordappPlugin

class CordappPlugin @Inject constructor(layouts: ProjectLayout, softwareComponentFactory: SoftwareComponentFactory) : Plugin<Project>

Generate a new CPK format CorDapp for use in Corda.

Constructors

Link copied to clipboard
@Inject
fun CordappPlugin(layouts: ProjectLayout, softwareComponentFactory: SoftwareComponentFactory)

Functions

Link copied to clipboard
open override fun apply(project: Project)