12 lines
207 B
Kotlin
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")
|