mirror of
https://github.com/processing/processing4.git
synced 2026-04-02 02:29:45 +02:00
13 lines
182 B
Kotlin
13 lines
182 B
Kotlin
plugins {
|
|
id("java")
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
maven { url = uri("https://jogamp.org/deployment/maven") }
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core"))
|
|
}
|