Support for Concrete v0.15.0 that allows extended items.

This commit is contained in:
2023-03-16 17:52:08 -07:00
parent 3e50eb01a9
commit 01a520777e
8 changed files with 14 additions and 67 deletions

View File

@ -11,6 +11,6 @@ dependencies {
compileOnly(project(":foundation-shared"))
}
plugin {
concreteItem {
dependency(project(":foundation-core"))
}