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:
@ -1,3 +1,13 @@
|
||||
plugins {
|
||||
dough_component
|
||||
}
|
||||
|
||||
kotlin {
|
||||
sourceSets {
|
||||
commonMain {
|
||||
dependencies {
|
||||
api(project(":dough-core"))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user