We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6084342 commit 725bf6bCopy full SHA for 725bf6b
permissions/src/commonMain/kotlin/dev/icerock/moko/permissions/Permission.kt
@@ -4,8 +4,5 @@ interface Permission {
4
val delegate: PermissionDelegate
5
6
// Extended by individual permission delegates
7
- companion object {
8
- val READ_CONTACTS: Permission
9
- get() = dev.icerock.moko.permissions.contacts.ReadContactPermission
10
- }
+ companion object
11
}
0 commit comments