Fix orx-keyframer build task dependencies
This commit is contained in:
@@ -44,4 +44,6 @@ dependencies {
|
|||||||
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
|
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
|
||||||
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