mirror of
https://github.com/GayPizzaSpecifications/dough.git
synced 2025-08-05 14:31:32 +00:00
11 lines
84 B
Plaintext
11 lines
84 B
Plaintext
|
plugins {
|
||
|
dough_component
|
||
|
}
|
||
|
|
||
|
kotlin {
|
||
|
js(IR) {
|
||
|
nodejs()
|
||
|
browser()
|
||
|
}
|
||
|
}
|