Skip to content
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

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

Deaths-Door
Copy link

@Alex009 Alex009 changed the base branch from master to develop June 24, 2024 03:46
}

override suspend fun getPermissionState(permission: Permission): PermissionState {
return PermissionState.Granted
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copyright required

@Alex009 Alex009 linked an issue Jun 24, 2024 that may be closed by this pull request
@Rafael2616
Copy link

any update on this pull?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add jvm permissions
4 participants