Kotlin and Java interoperability on WebAssembly platform.
One of the strong points of Kotlin has always been its seamless interoperability with Java. Now, with Kotlin multiplatform, we completely loose that benefit as soon as we leave the JVM and Android realm. I am wondering whether this strong point could be brought back via WebAssembly. Both, Kotlin and Java can be compiled to WA and even the native parts of libraries, written in C/C++, can be compiled to WA (see for example what can be done with
https://cheerpj.com/). So, I am wondering whether there are any plans to unite Kotlin and Java again in such a way that I can write Compose applications for the WA platform with the same ease as I can write pure desktop applications today where I can seamlessly mix Java and Kotlin code.