permissions-dispatcher/permissions-dispatcher-plugin

Add "final" to PermissionRequest parameter

shiraji opened this issue · 1 comments

From this PR, the recommended code of PermissionRequest is final. I think this plugin should support that as well.

This line will be the one that generate PermissionRequest parameter. I'm not sure what should I do for kotlin code...