mirror of
https://github.com/GayPizzaSpecifications/dough.git
synced 2025-08-03 05:30:55 +00:00
14 lines
149 B
Plaintext
14 lines
149 B
Plaintext
plugins {
|
|
dough_component
|
|
}
|
|
|
|
kotlin {
|
|
sourceSets {
|
|
commonMain {
|
|
dependencies {
|
|
api(project(":dough-core"))
|
|
}
|
|
}
|
|
}
|
|
}
|