compose-multiplatform-file-picker
compose-multiplatform-file-picker copied to clipboard
[windows] Release mode opens non-native file picker.
Debug mode: the file picker is the native (Explorer.exe) Release mode: the file picker is non-native (swing)
Tested on only one machine: OS: windows 10 Koltin: 1.8.10 Compose: 1.4.1
nativeDistributions { includeAllModules = true /.../ }
This thread solved #40 for me. So, I'm leaving a comment here to link both threads.
My app was crashing with this error A call to chooseDirectoryNative failed: Could not initialize class org.lwjgl.system.MemoryStack. I tried #40 but didn't work. But setting nativeDistributions { includeAllModules = true /.../ } worked.