After some testing with Kotlin 2.0.0-RC1 and Compo...
# eap
o
After some testing with Kotlin 2.0.0-RC1 and Compose Multiplatform 1.6.2 (Web/HTML/Desktop): Works nicely! One change necessary relative to 2.0.0-Beta5 in my case: •
webpack-dev-server
, upgraded from 4.15.0 to 5.0.4, requires a configuration change for URL proxying:
devServer.proxy
now expects a JS array instead of an object. Other than that I think I have just removed all compiler- or stdlib-related workarounds but one. (The remaining one is KT-48292 – KJS / IR:
println
doesn't move to a new line in tests).
youtrack 1