Create scaffolding of editor's CLI interface

This commit is contained in:
2025-07-11 00:19:18 +02:00
parent 3faf677925
commit c048d4eb0c
14 changed files with 249 additions and 123 deletions

View File

@@ -37,6 +37,9 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
// CLI arg parser
implementation "com.xenomachina:kotlin-argparser:${kotlinArgParserVersion}"
// JSON Proto
implementation "com.google.protobuf:protobuf-java-util:${protobufVersion}"