14 lines
197 B
Plaintext
14 lines
197 B
Plaintext
plugins {
|
|
id("buildsrc.convention.kotlin-jvm")
|
|
|
|
application
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":api"))
|
|
}
|
|
|
|
application {
|
|
mainClass = "app.hakurei.planterette.PlanteretteKt"
|
|
}
|