[orx-olive] Fix compatibility with OPENRNDR 0.4
This commit is contained in:
@@ -9,8 +9,8 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":orx-file-watcher")
|
implementation project(":orx-jvm:orx-file-watcher")
|
||||||
implementation project(":orx-kotlin-parser")
|
implementation project(":orx-jvm:orx-kotlin-parser")
|
||||||
|
|
||||||
implementation "org.jetbrains.kotlin:kotlin-scripting-jvm:$kotlinVersion"
|
implementation "org.jetbrains.kotlin:kotlin-scripting-jvm:$kotlinVersion"
|
||||||
implementation "org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion"
|
implementation "org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ fun ApplicationBuilder.oliveProgram(scriptHost: OliveScriptHost = OliveScriptHos
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
program = object : OliveProgram(sourceLocation, scriptHost, resources) {
|
program = object : OliveProgram(sourceLocation, scriptHost, resources) {
|
||||||
override fun setup() {
|
override suspend fun setup() {
|
||||||
super.setup()
|
super.setup()
|
||||||
init()
|
init()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ include 'openrndr-demos',
|
|||||||
'orx-no-clear',
|
'orx-no-clear',
|
||||||
'orx-noise',
|
'orx-noise',
|
||||||
'orx-obj-loader',
|
'orx-obj-loader',
|
||||||
'orx-olive',
|
'orx-jvm:orx-olive',
|
||||||
'orx-jvm:orx-osc',
|
'orx-jvm:orx-osc',
|
||||||
'orx-palette',
|
'orx-palette',
|
||||||
'orx-jvm:orx-panel',
|
'orx-jvm:orx-panel',
|
||||||
|
|||||||
Reference in New Issue
Block a user