[orx-kotlin-parser] Convert build.gradle to build.gradle.kts
This commit is contained in:
@@ -4,11 +4,6 @@
|
||||
|
||||
parser grammar KotlinParser;
|
||||
|
||||
@header {
|
||||
package org.openrndr.extra.kotlin.antlr;
|
||||
}
|
||||
|
||||
|
||||
options { tokenVocab = KotlinLexer; }
|
||||
|
||||
// SECTION: general
|
||||
|
||||
Reference in New Issue
Block a user