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

Execution failed for task ':app:kaptDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution > java.lang.reflect.InvocationTargetException (no error message) #753

Closed jack9095 closed 2 years ago

jack9095 commented 2 years ago

Execution failed for task ':app:kaptDebugKotlin'.

A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution java.lang.reflect.InvocationTargetException (no error message)

ArmChilingarov commented 2 years ago

Try to change the functions annotated with @NeedPermission to "public".

hotchemi commented 2 years ago

This might be related to kapt itself, not the lib itself 🤔 @wangfeigit still have the issue?

hotchemi commented 2 years ago

Let us close the issue.