permissions-dispatcher / PermissionsDispatcher

A declarative API to handle Android runtime permissions.
https://github.com/permissions-dispatcher/PermissionsDispatcher
Apache License 2.0
11.21k stars 1.44k forks source link

Not compiling when using along with @AndroidEntryPoint annotation of Hilt library #686

Closed usmanrana07 closed 3 years ago

usmanrana07 commented 3 years ago

FAQs


Overview

Application doesn't compile when these 2 annotations are used together @AndroidEntryPoint @RuntimePermissions

Expected

It should work

Actual

App doesn't compile and just shows a generic error: A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution

Environment

usmanrana07 commented 3 years ago

Sorry, the issue was not related to using with hilt. The method was private on which I was using permissions annotation