Hi. I have a KMP project with android/ios/js. What is the gradle task to export ALL (shared + js + dependencies) in one js file to use it in an electron app for example ? I don’t find much doc about that. We have tried build and jsBrowserDistribution but nothing seems to match what I need
gradle js part