mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
8 lines
130 B
Kotlin
8 lines
130 B
Kotlin
rootProject.name = "processing"
|
|
include("core", "core:different")
|
|
|
|
buildscript {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
} |