My current project is an android app built in compose, not CMP. they do not want to adopt compose multiplatform. no plans for it. BUT id like to run my design system library (one of the android library gradle modules in the android project) on my desktop just to view and play around with components.
what do you all think is the easiest way to do that? probably just creating a new desktop shell application, and sym linking to the library module somehow? i guess theres no easy way to take an existing android library and say "i know this can work on kmp/cmp, trust me" and have it be usable by a compose desktop app? kind of a ridiculous question but maybe someone has tried something in the past.