1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-22 08:19:20 +00:00

Fix events not being included

This commit is contained in:
rtm516
2023-04-22 19:53:46 +01:00
parent 66ae88a2f6
commit cb440b65ad

View File

@@ -58,6 +58,8 @@ dependencies {
compileOnly(projects.ap)
annotationProcessor(projects.ap)
api(libs.events)
}
configurations.api {