mirror of
https://github.com/GayPizzaSpecifications/dough.git
synced 2025-08-05 22:41:31 +00:00
Pizza Samples
This commit is contained in:
20
samples/current-time/build.gradle.kts
Normal file
20
samples/current-time/build.gradle.kts
Normal file
@ -0,0 +1,20 @@
|
||||
plugins {
|
||||
dough_sample
|
||||
}
|
||||
|
||||
kotlin {
|
||||
js(IR) {
|
||||
nodejs()
|
||||
browser()
|
||||
|
||||
binaries.executable()
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
commonMain {
|
||||
dependencies {
|
||||
implementation(project(":dough-core"))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user