9 lines
136 B
Kotlin
9 lines
136 B
Kotlin
rootProject.name = "openrndr-template"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenLocal()
|
|
}
|
|
}
|