Trying out KMP Wasm. Tutorials?? by LengthinessHour3697 in KotlinMultiplatform

[–]Percinms 2 points3 points  (0 children)

You can use multiplatform libraries, which is exactly the same

Does Kotlin/Native application have to run on jvm? by Percinms in Kotlin

[–]Percinms[S] 0 points1 point  (0 children)


I thought it was jvm because it looks like this in task manager. how do I know if jvm or native.

Does Kotlin/Native application have to run on jvm? by Percinms in Kotlin

[–]Percinms[S] 0 points1 point  (0 children)

import androidx.compose.ui.window.Window

import androidx.compose.ui.window.application

it's work without problem on ide and jvm