mirror of
https://github.com/GayPizzaSpecifications/dough.git
synced 2025-08-06 06:51:32 +00:00
dough-core and all of that
This commit is contained in:
10
dough-core/build.gradle.kts
Normal file
10
dough-core/build.gradle.kts
Normal file
@ -0,0 +1,10 @@
|
||||
plugins {
|
||||
dough_component
|
||||
}
|
||||
|
||||
kotlin {
|
||||
js(IR) {
|
||||
nodejs()
|
||||
browser()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user