create util api package

This commit is contained in:
dfsek
2021-09-19 11:23:17 -07:00
parent acf3844139
commit 554369be31
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
dependencies {
"shadedApi"(project(":common:api:util"))
"shadedApi"("com.dfsek:Paralithic:0.5.0")
"shadedApi"("com.dfsek.tectonic:common:2.1.2")

View File

@@ -0,0 +1,3 @@
dependencies {
}