[orx-keyframer] Fix demo configuration, add expression evaluator demo

This commit is contained in:
Edwin Jakobs
2023-03-19 11:04:47 +01:00
parent f21422359a
commit b3d11aa082
2 changed files with 41 additions and 0 deletions

View File

@@ -37,8 +37,10 @@ dependencies {
testRuntimeOnly(libs.spek.junit5)
testRuntimeOnly(libs.kotlin.reflect)
demoImplementation(project(":orx-jvm:orx-panel"))
demoImplementation(project(":orx-jvm:orx-gui"))
}
tasks.getByName("compileKotlin").dependsOn("generateGrammarSource")
tasks.getByName("compileDemoKotlin").dependsOn("generateDemoGrammarSource")
tasks.getByName("compileTestKotlin").dependsOn("generateTestGrammarSource")
tasks.getByName("sourcesJar").dependsOn("generateGrammarSource")