I have an existing desktop utility app that uses JavaFX for the UI. I would like to try converting it over to compose to see if it's a good fit. I did that several years ago with another app, and I remember it being rather simple, but it appears things have changed significantly since then. I'm not interested in multiplatform support as this will never run on anything other than the desktop, but all the documentation seems to be either for Android alone or for mutliplatform. Is there documentation somewhere I'm missing on how to do this? I swear there used to be a page about how to add compose-desktop to an existing app, but I'm having trouble finding it. There isn't even a template anymore for desktop only, which I'm almost certain there used to be.