Hijacking the thread a little bit to ask: is anyone who has any sort of WebView in a Desktop app using Kotlin Multiplatform (ideally with Android)?
I'm switching an app from JavaFX (TornadoFX) to Compose and introducing an Android version, but I need some sort of web view. For Android I'd obviously need a different implementation to desktop, and I'm really struggling to find any examples of how to do this.
Do I just need two completely different UIs?