diff --git a/settings.gradle.kts b/settings.gradle.kts index 8f8cb74c7..7eacb0687 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -3,6 +3,7 @@ include( "core", "core:examples", "app", + "app:utils", "java", "java:preprocessor", "java:libraries:dxf", @@ -11,5 +12,4 @@ include( "java:libraries:pdf", "java:libraries:serial", "java:libraries:svg", -) -include("app:utils") \ No newline at end of file +) \ No newline at end of file