Files
jfx-learn/settings.gradle.kts
T
2025-07-26 21:38:10 +08:00

3 lines
68 B
Kotlin

rootProject.name = "jfx-learn"
include("lesson1")
include("lesson2")