Vishnu Shrikar
10/11/2023, 4:28 AMexitProcess
function, I am assuming that this is the fault of kotlin multiplatform?chr
10/11/2023, 5:09 AMVishnu Shrikar
10/11/2023, 5:27 AMchr
10/11/2023, 5:35 AMexpect fun exitApplication()
jvmMain:
actual fun exitApplication() {
exitProcess(0)
}
…etc bindings for other targets you have configuredVishnu Shrikar
10/11/2023, 5:39 AMchr
10/11/2023, 5:41 AMVishnu Shrikar
10/11/2023, 5:52 AM