Files
kotlin-cloudflare-worker/serialization/build.gradle.kts
T

5 lines
70 B
Kotlin
Raw Normal View History

2026-01-04 00:33:42 +08:00
kotlin {
js(IR) {
nodejs { binaries.executable() }
}
}