Describe the problem
At the moment, I have only seen Kotlin/android and Kotlin/ios in the documentation, but as I understand it, it can also be used with Kotlin/Web to compile for Windows, Linux, and MacOS in the future.
Describe the solution you'd like
Add support for Kotlin/Web (Non-Android or ios)
Alternatives considered
Using Kotlin/Native and https://github.com/Winterreisender/webviewko (Rust and tauri part) with Kotlin/Web
Additional context
Kotlin/Native example: https://github.com/mani1232/KWebUtils/tree/master/compose-native (here i use ktor as web server)