Unciv/settings.gradle.kts

3 lines
108 B
Plaintext
Raw Normal View History

include("desktop", "core", "tests", "server")
if (System.getenv("ANDROID_HOME") != null) include("android")