dough-core and all of that

This commit is contained in:
2023-02-16 19:31:01 -08:00
parent 77f37f5660
commit d9b02c847f
19 changed files with 184 additions and 7 deletions

View File

@ -1,3 +1,13 @@
plugins {
dough_component
}
kotlin {
sourceSets {
commonMain {
dependencies {
api(project(":dough-core"))
}
}
}
}