8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
plugins {
|
|
org.openrndr.extra.convention.`kotlin-jvm`
|
|
}
|
|
|
|
dependencies {
|
|
implementation(openrndr.ffmpeg)
|
|
demoImplementation(openrndr.ffmpeg)
|
|
} |