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
1 changed files with 2 additions and 0 deletions

View File

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