10 lines
491 B
Groovy
10 lines
491 B
Groovy
dependencies {
|
|
compile project(":orx-file-watcher")
|
|
runtime "org.openrndr:openrndr-gl3:0.4.0-SNAPSHOT"
|
|
runtime "org.openrndr:openrndr-gl3-natives-linux-x64:0.4.0-SNAPSHOT"
|
|
compile "org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable"
|
|
compile "org.jetbrains.kotlin:kotlin-compiler-embeddable"
|
|
compile "org.jetbrains.kotlin:kotlin-script-runtime"
|
|
compile "org.jetbrains.kotlin:kotlin-script-util"
|
|
runtime "org.jetbrains.kotlin:kotlin-scripting-compiler"
|
|
} |