epic-12: after epic audit and init commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user