5 lines
233 B
Groovy
5 lines
233 B
Groovy
// A list of which subprojects to load as part of the same larger project.
|
|
// You can remove Strings from the list and reload the Gradle project
|
|
// if you want to temporarily disable a subproject.
|
|
include 'lwjgl3', 'core', 'android'
|