-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jvm Implementation #120
base: develop
Are you sure you want to change the base?
Jvm Implementation #120
Conversation
Release 0.18.0
Add the missing 'contacts' permission to README.md
} | ||
|
||
override suspend fun getPermissionState(permission: Permission): PermissionState { | ||
return PermissionState.Granted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not true. on macos for example we have runtime permissions and JVM desktop should work with it too
@@ -0,0 +1,25 @@ | |||
package dev.icerock.moko.permissions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright required
@@ -0,0 +1,39 @@ | |||
package dev.icerock.moko.permissions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright required
@@ -0,0 +1,13 @@ | |||
package dev.icerock.moko.permissions.compose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright required
@@ -0,0 +1,15 @@ | |||
package dev.icerock.moko.permissions.compose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copyright required
any update on this pull? |
#101