I’ve been busy fixing bugs and adding new features to jDeploy over the past couple of weeks. I’ll be dropping a few tutorials and videos to show off some aspect of these new features, and stay tuned for a newsletter or two to discuss them all, and talk a little about jDeploy’s future.
One new feature is the ability to publish platform-specific bundles, so that the Mac version doesn’t need to include windows-specific resources, and vice versa. This feature has allowed me to reduce the size of a Kotlin multi-platform app bundle from ~100 MB down to ~40MB.
In order to show off this new feature, I decided to create a Kotlin multi-platform project template. Enjoy.