akurasov

Results 54 comments of akurasov

That is really weird. I has the same IDEA and Kotlin plugin and don't have application string. Have you modified any of default settings?

Looks like the root cause has been identified, at least after some changes I was not able to reproduce it anymore. The changes to the wizard were commit, but they...

The fix has been developed. It should be available with the new kotlin plugin for idea 21.3 (there is no such issue in older versions)

Web and Desktop don't share UI elements at the moment, as they have different rendering engines. So you can share only runtime part (recomposition logic). We are working on Web-Canvas...

And what is the use-case when it is needed?

I think these are a bit different issues. What you are saying - we need to publish Skiko and Compose for MacOS M1, right?

You mean hot reload for preview?

I think saving state of App is not a functionality of UI framework... You just need to put your state to some object and serialize it to some persistant storage.