Hey everyone, when using compose multiplatform for...
# multiplatform
m
Hey everyone, when using compose multiplatform for resources, How do we unit test that the resource is correct in commonTest? My unit tests fail because the runner doesnt have access to android resources which makes sense. How to workaround that since the whole point of handling resources at the multipatform level is to specifically have tests and logic shared