https://kotlinlang.org logo
Title
c

Cody Mikol

10/13/2021, 1:23 PM
Hey all, what is the best resource for learning how to use compose-desktop ? Right now I’m just trying things blindly.
c

Casey Brooks

10/13/2021, 1:27 PM
Beyond the different setups between Desktop and Android, Compose is the same thing on both platforms so you can generally lean pretty heavily on the Android Compose documentation https://developer.android.com/jetpack/compose/documentation
m

mcpiroman

10/13/2021, 1:29 PM
For desktop specific things some examples are here: https://github.com/JetBrains/compose-jb/tree/master/tutorials
c

Cody Mikol

10/13/2021, 1:30 PM
Thank you both 🙂