compose-multiplatform-file-picker
compose-multiplatform-file-picker copied to clipboard
Add modules("jdk.unsupported")
To run in the distributable version you need to add modules("jdk.unsupported").
This should be documented.
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.
compose.desktop.application {
nativeDistributions {
modules("jdk.unsupported")
}
}
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.