compose-multiplatform-file-picker icon indicating copy to clipboard operation
compose-multiplatform-file-picker copied to clipboard

[windows] Release mode opens non-native file picker.

Open nanihadesuka opened this issue 2 years ago • 2 comments

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

nanihadesuka avatar Mar 28 '23 22:03 nanihadesuka

nativeDistributions { includeAllModules = true /.../ }

bipboy avatar Jul 31 '23 16:07 bipboy

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.

fcat97 avatar Nov 13 '23 14:11 fcat97