apply

open override fun apply(project: Project)

Applies the LWJGL plugin to the given project by registering the LwjglExtension under the name "lwjgl".

This method is called by Gradle when the plugin is applied, and it wires in the extension with access to the project's ObjectFactory, ProviderFactory, and DependencyHandler.

Parameters

project

The Gradle Project to which this plugin is being applied.