Am I able to switch views using Kotlin Compose for Desktop Applications (and how)?
(After looking for an answer all of yesterday, I have decided to ask this question as I could not find it anywhere else.)
I have a small example app that I want to use in order to test the way that Compose works for Desktop Applications.
I have been able to create an application UI with the 'fun main() = application {', etc. But this, at least for the moment, seems to limit me to only the one view.
Is there a way to develop multiple different views and then change from one to the other (for a...