epic-12: after epic audit and init commit

This commit is contained in:
2026-05-16 11:42:00 +04:00
commit c77277af0b
461 changed files with 28958 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
plugins {
id 'org.jetbrains.kotlin.jvm'
id 'application'
}
application {
mainClass = 'com.correx.apps.worker.MainKt'
}
dependencies {
implementation "com.github.ajalt.clikt:clikt:5.0.1"
}
@@ -0,0 +1,5 @@
package com.correx.apps.worker
fun main() {
println("correx :: apps/worker")
}