api / org.gradle.language.assembler.plugins / AssemblerPlugin

AssemblerPlugin

@Incubating open class AssemblerPlugin : Plugin<Project>

A plugin for projects wishing to build native binary components from Assembly language sources.

Automatically includes the AssemblerLangPlugin for core Assembler support and the NativeComponentPlugin for native component support.

Constructors

<init>

AssemblerPlugin()

A plugin for projects wishing to build native binary components from Assembly language sources.

Automatically includes the AssemblerLangPlugin for core Assembler support and the NativeComponentPlugin for native component support.

  • Creates a org.gradle.language.assembler.tasks.Assemble task for each org.gradle.language.assembler.AssemblerSourceSet to assemble the sources.

Functions

apply

open fun apply(project: Project): Unit