Fix events not being included

This commit is contained in:
rtm516 2023-04-22 19:53:46 +01:00
parent 66ae88a2f6
commit cb440b65ad
No known key found for this signature in database
GPG key ID: 331715B8B007C67A

View file

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