Reform dependencies.

This commit is contained in:
2023-02-07 05:05:26 -05:00
parent d335a0b63f
commit 8ee6447c9b
7 changed files with 24 additions and 28 deletions

View File

@ -1,3 +1,7 @@
plugins {
id("gay.pizza.foundation.concrete-library")
}
dependencies {
api(project(":common-all"))
}