phantasmal-world/web/assembly-worker/build.gradle.kts

16 lines
197 B
Plaintext

plugins {
id("world.phantasmal.js")
}
kotlin {
js {
binaries.executable()
}
}
dependencies {
api(project(":web:shared"))
testImplementation(project(":test-utils"))
}