mirror of
https://github.com/GayPizzaSpecifications/dough.git
synced 2025-08-03 13:31:33 +00:00
13 lines
154 B
Plaintext
13 lines
154 B
Plaintext
plugins {
|
|
dough_sample
|
|
}
|
|
|
|
kotlin {
|
|
sourceSets {
|
|
commonMain {
|
|
dependencies {
|
|
implementation(project(":dough-fs"))
|
|
}
|
|
}
|
|
}
|
|
} |