Fix orx-keyframer build task dependencies

This commit is contained in:
Edwin Jakobs
2020-04-07 16:34:37 +02:00
parent eeed2962dd
commit b98d1b7369

View File

@@ -44,4 +44,6 @@ dependencies {
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
demoImplementation(sourceSets.getByName("main").output)
}
}
tasks.getByName("compileKotlin").dependsOn("generateGrammarSource")