Sam
08/23/2020, 9:22 PMaleksey.tomin
08/24/2020, 3:15 AMSam
08/24/2020, 3:20 AMlouiscad
08/24/2020, 9:03 AM@objcexport IIRC). You can use it with the cocoapods plugin for Kotlin/Native.Sam
08/25/2020, 8:26 AMlouiscad
08/25/2020, 8:27 AMaleksey.tomin
08/25/2020, 8:33 AMCan you explain more about build desktop app for Linux, Windows and macOS with Kotlin/Native? What kind of file to export to install on these OS?1. MacOS -
gradle build will made an application file. You can create pkg (may be signed) file. You have to create a correct Info.plist . Someone can download and install this (with problems - https://it.nmu.edu/docs/allowing-third-party-applications-install-macbook )
2. Windows - gradle build will made an application exe file. InnoSetup create exe installator. Someone can download and install this after warning.