This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Add modules("jdk.unsupported") #87
Comments
StefanOltmann
changed the title
Does it work with macOS sandbox?
Add modules("jdk.unsupported")
Nov 24, 2023
Can you provide more details? what is distributable version and what exactly needs to be documented? |
If a Compose Multiplatform app is build using this library there needs to be this entry or else the app will crash.
|
jhg3410
added a commit
to jhg3410/FolderMaker
that referenced
this issue
Feb 23, 2024
recke96
added a commit
to recke96/HEMAtoma
that referenced
this issue
Mar 18, 2024
Add the `jdk.unsupported` module to native distribution, which is required by the [mp file-picker](Wavesonics/compose-multiplatform-file-picker#87).
Any chance we can add this as a necessary implementation detail to the Readme? Surely better to configure it right from the getgo instead of running into the issue and having to search for the workaround here. |
StefanLobbenmeier
added a commit
to StefanLobbenmeier/compose-multiplatform-file-picker
that referenced
this issue
Jun 8, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To run in the distributable version you need to add
modules("jdk.unsupported")
.This should be documented.
The text was updated successfully, but these errors were encountered: