i think i fixed it?

This commit is contained in:
RednedEpic 2022-04-24 13:35:49 -05:00
parent 78f36500ca
commit 3091d27e0e
4 changed files with 5 additions and 11 deletions

View file

@ -1,3 +1,7 @@
plugins {
id("geyser.api-conventions")
}
dependencies {
api(projects.api)
}