Update settings.gradle.kts

This commit is contained in:
Stef Tervelde
2025-03-17 15:31:25 +01:00
committed by GitHub
parent b0b12ddad6
commit e01d02a8af
+2 -2
View File
@@ -1,4 +1,4 @@
rootProject.name = "org.processing"
rootProject.name = "processing"
include(
"core",
"core:examples",
@@ -12,4 +12,4 @@ include(
"java:libraries:pdf",
"java:libraries:serial",
"java:libraries:svg",
)
)