api / org.gradle.language.rc.plugins / WindowsResourcesPlugin

WindowsResourcesPlugin

@Incubating open class WindowsResourcesPlugin : Plugin<Project>

A plugin for projects wishing to build native binary components from Windows Resource sources.

Automatically includes the WindowsResourceScriptPlugin for core Windows Resource source support and the NativeComponentPlugin for native component support.

Constructors

<init>

WindowsResourcesPlugin()

A plugin for projects wishing to build native binary components from Windows Resource sources.

Automatically includes the WindowsResourceScriptPlugin for core Windows Resource source support and the NativeComponentPlugin for native component support.

  • Creates a org.gradle.language.rc.tasks.WindowsResourceCompile task for each org.gradle.language.rc.WindowsResourceSet to compile the sources.

Functions

apply

open fun apply(project: Project): Unit