Hey all, what is the best resource for learning ho...
# compose-desktop
c
Hey all, what is the best resource for learning how to use compose-desktop ? Right now I’m just trying things blindly.
c
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
For desktop specific things some examples are here: https://github.com/JetBrains/compose-jb/tree/master/tutorials
c
Thank you both 🙂