Fix issue with IntelliJ and not having the script runtime on the classpath

This commit is contained in:
Edwin Jakobs
2020-04-29 14:48:21 +02:00
parent 5c0b2b2c3f
commit 38254b084d

View File

@@ -167,6 +167,10 @@ dependencies {
runtimeOnly(orxNatives("orx-kinect-v1"))
}
if ("orx-olive" in orxFeatures) {
implementation("org.jetbrains.kotlin:kotlin-script-runtime:$kotlinVersion")
}
implementation(kotlin("stdlib-jdk8"))
testImplementation("junit", "junit", "4.12")
//</editor-fold>