[orx-keyframer] Add support for backticked identifier names, replace spek tests
This commit is contained in:
@@ -38,6 +38,8 @@ dependencies {
|
||||
implementation libs.gson
|
||||
implementation(libs.kotlin.reflect)
|
||||
|
||||
testImplementation(libs.kotlin.test)
|
||||
|
||||
demoImplementation(project(":orx-camera"))
|
||||
demoImplementation(project(":orx-jvm:orx-panel"))
|
||||
|
||||
@@ -50,4 +52,8 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks.getByName("compileKotlin").dependsOn("generateGrammarSource")
|
||||
tasks.getByName("compileTestKotlin").dependsOn("generateTestGrammarSource")
|
||||
tasks.getByName("compileTestKotlin").dependsOn("generateTestGrammarSource")
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
Reference in New Issue
Block a user