As a quick run down for anyone new, you can bring over most of your knowledge from Compose to Wear OS (we've had a bunch of alpha releases).
You just have to revised your dependencies a little
1. Swap out mobile material with our wear material, that is, don't use the mobile material... you'll have a bad time
2. Add the wear foundation dependency (this can be used with mobile foundation one)
3. If you are using Navigation, swap out your navigation dep with the wear one, that is, don't use mobile one, not optimized for Wear
Here's what
the dependencies look like.