Files
jfx-learn/settings.gradle.kts
2025-07-26 23:14:57 +08:00

4 lines
87 B
Kotlin

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