10 lines
166 B
Kotlin
10 lines
166 B
Kotlin
/*
|
|
* JavaFx Examples
|
|
*
|
|
* Copyright (c) 2021. Elex. All Rights Reserved.
|
|
* https://www.elex-project.com/
|
|
*/
|
|
|
|
rootProject.name = "javafx-examples"
|
|
include("fxml")
|