mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
![]() |
plugins {
|
||
|
id("world.phantasmal.jvm")
|
||
|
application
|
||
|
}
|
||
|
|
||
|
application {
|
||
|
mainClass.set("world.phantasmal.psoserv.MainKt")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":core"))
|
||
|
implementation(project(":psolib"))
|
||
|
}
|