Update settings.gradle.kts

This commit is contained in:
Elex
2021-08-22 16:56:19 +09:00
committed by GitHub
parent eedf066993
commit 6dd1d5bd69

View File

@@ -1,2 +1,2 @@
rootProject.name = "tmpl-java-multiproject" rootProject.name = "javafx-examples"
include("lib", "app") include("lib", "app")