Files
javafx-examples/settings.gradle.kts
2024-04-01 20:11:09 +09:00

12 lines
207 B
Kotlin

/*
* JavaFx Examples
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
rootProject.name = "javafx-examples"
include("fxml")
include("components")
include("three_d")