@Incubating public class AssemblerPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
Automatically includes the AssemblerLangPlugin for core Assembler support and the NativeComponentPlugin for native component support.
Assemble task for each AssemblerSourceSet to assemble the sources.| コンストラクタと説明 |
|---|
AssemblerPlugin() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|