9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
plugins {
|
|
id("org.openrndr.extra.convention.kotlin-jvm")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(openrndr.application)
|
|
implementation(openrndr.math)
|
|
implementation(sharedLibs.kotlin.coroutines)
|
|
} |