feat: project setup
This commit is contained in:
16
build.gradle.kts
Normal file
16
build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
plugins {
|
||||
kotlin("jvm") version "2.2.21"
|
||||
application
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.kargs:kargs:1.0.8")
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass.set("io.pledge.PledgeKt")
|
||||
}
|
||||
Reference in New Issue
Block a user