into
Registers LWJGL modules on the specified configuration.
The selected modules will:
Always include Module.CORE if it is not already present.
Respect each module’s Module.since version so that modules newer than the configured version are skipped.
Add the appropriate native artifacts depending on usePredefinedPlatforms and platforms, or the inferred host platform.
Parameters
The configuration that receives the LWJGL Java artifacts. Use null to suppress Java artifacts entirely.
The configuration that receives the LWJGL native artifacts. Use null to suppress native artifacts.
A collection of LwjglEntry values to register on the implementation configuration.
Registers LWJGL modules on the specified configuration.
The selected modules will:
Always include Module.CORE if it is not already present.
Respect each module’s Module.since version so that modules newer than the configured version are skipped.
Add the appropriate native artifacts depending on usePredefinedPlatforms and platforms, or the inferred host platform.
Parameters
The configuration that receives the LWJGL Java artifacts. Use null to suppress Java artifacts entirely.
The configuration that receives the LWJGL native artifacts. Use null to suppress native artifacts.
One or more LwjglEntry values to register on the implementation configuration.