Jens Alfke
07/11/2025, 9:35 PMapplication
plugin is no longer compatible, and I’ve seen the docs on using `binaries{ executable {…``, but that only shows how to do it for jvm targets. How do I create a macosArm64 executable?ephemient
07/11/2025, 9:54 PMbinaries.executable
, https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-dsl-reference.html#binariesJens Alfke
07/11/2025, 10:03 PMmainClass
like for the JVM, but what I needed was entryPoint
. Now it builds & runs!ephemient
07/11/2025, 10:04 PMmain
(due to Java) but on other targets the entry point can have any name