Files
dough/dough-core/build.gradle.kts

11 lines
84 B
Plaintext

plugins {
dough_component
}
kotlin {
js(IR) {
nodejs()
browser()
}
}