Files
mobile-and-multiplayer/Exercises/Drop/settings.gradle
2026-02-06 11:22:38 +00:00

9 lines
385 B
Groovy

plugins {
// Applies the foojay-resolver plugin to allow automatic download of JDKs.
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
}
// 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 'android', 'core'