Fix Concrete usage.

This commit is contained in:
2023-01-28 19:38:57 -08:00
parent 7289e5cb9f
commit 85b567f399
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,7 @@
plugins {
id("gay.pizza.foundation.concrete-plugin") version "0.7.0"
}
dependencies {
compileOnly(project(":foundation-core"))
}