fix: correct core sepration for the gui and the tui, gui no longer in a seperate module

This commit is contained in:
shahdlala66
2026-04-01 08:52:59 +02:00
committed by Janis
parent 23a5c763c5
commit 395318909b
24 changed files with 30 additions and 90 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
rootProject.name = "NowChessSystems"
include("modules:core", "modules:api", "modules:ui", "modules:gui")
include("modules:core", "modules:api", "modules:ui")