AssemblerPlugin

Deprecated

The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.

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

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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun apply(project: Project)
Apply this plugin to the given target object.