Files
orx/orx-olive/build.gradle
2019-05-20 20:17:43 +02:00

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"
}