is there any tutorial or learning guide for Jetpac...
# compose
m
is there any tutorial or learning guide for Jetpack compose for desktop
a
There is #compose-desktop, maybe there’s more info over there?
💯 1
m
Actually most of the compose for desktop seems to be shared with mainstream jetpack compose, so you may learn much from it, e.g. here https://developer.android.com/jetpack/getting-started. At least that's what I do.
d
Also for desktop specific topics the examples and tutorials at https://github.com/JetBrains/compose-jb are useful. Searching in #compose-desktop is also a good way to find information to specific topics.