Hi, I'm trying preview in common code with the new...
# multiplatform
c
Hi, I'm trying preview in common code with the new KMP plugin. It is working for regular cases. However, it fails if the composable being previewed uses any multiplatform resources. Need to know if I'm doing something wrong or if its a known limitation
t
They should work. If it is not for you - could you provide a repro project?
c
I was checking in a personal project. When I tried in a fresh hello world project it is working fine. Trying to find why it's not woking in the other project. Will update my findings here. Thanks