4 lines
87 B
Kotlin
4 lines
87 B
Kotlin
rootProject.name = "jfx-learn"
|
|
include("lesson1")
|
|
include("lesson2")
|
|
include("lesson3") |