Files
orx/orx-olive/build.gradle
Edwin Jakobs d7a3ba5328 Added WIP shader-phrases, annotations and tooling for shader phrases
resolving is done using the JVM class loader
2019-09-06 16:09:32 +02:00

4 lines
123 B
Groovy

dependencies {
compile project(":orx-file-watcher")
compile "org.jetbrains.kotlin:kotlin-scripting-jsr223:1.3.50"
}