mirror of
https://github.com/processing/processing4.git
synced 2026-01-25 01:11:06 +01:00
Removed redundant 'include("app:utils")' statement and added 'app:utils' to the main include block for consistency.
15 lines
298 B
Kotlin
15 lines
298 B
Kotlin
rootProject.name = "processing"
|
|
include(
|
|
"core",
|
|
"core:examples",
|
|
"app",
|
|
"app:utils",
|
|
"java",
|
|
"java:preprocessor",
|
|
"java:libraries:dxf",
|
|
"java:libraries:io",
|
|
"java:libraries:net",
|
|
"java:libraries:pdf",
|
|
"java:libraries:serial",
|
|
"java:libraries:svg",
|
|
) |