This commit is contained in:
2023-11-22 21:40:09 -08:00
parent 76290a401a
commit 2692e3c991
44 changed files with 669 additions and 0 deletions

7
bir/build.gradle.kts Normal file
View File

@ -0,0 +1,7 @@
plugins {
id("gay.pizza.pork.module")
}
dependencies {
implementation(project(":common"))
}