Fix issue with IntelliJ and not having the script runtime on the classpath
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user