Fix orx-keyframer build task dependencies
This commit is contained in:
@@ -45,3 +45,5 @@ dependencies {
|
|||||||
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
|
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
|
||||||
demoImplementation(sourceSets.getByName("main").output)
|
demoImplementation(sourceSets.getByName("main").output)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.getByName("compileKotlin").dependsOn("generateGrammarSource")
|
||||||
Reference in New Issue
Block a user