Never mind, I see the issue. the compose compiler only supports using
commonMain
for the resources dependency, but I have all of my compose dependencies under
appMain
because I have non-compose kotlin/native components.
That said, I can't figure out how to actually get it to work even when looking through the internals