I feel like this was asked before and someone posted a link to a blog post, but I'm searching through slack with no luck so far.
My question: I want to use compose in my app, but I think moving all of my composables to a separate module will have a bunch of benefits. Is there a good tutorial for how to go about this? My main issue I think is the fact that I've never worked in a multi module project and so I'm definitely a bit intimidated. Also, composable re-use for desktop seems to make sense if we go this way.