MediaProcessing/UI/settings.gradle.kts
2023-11-07 01:18:51 +01:00

4 lines
105 B
Plaintext

rootProject.name = "UI"
include(":CommonCode")
project(":CommonCode").projectDir = File("../CommonCode")