So this is not specifically kotlin and it seems to...
# android
m
So this is not specifically kotlin and it seems to be only an issue with android studio. I have a module that generates screens, and it takes image references (whether they are resources or external urls) as data and uses that to render on screen. I am building snapshot tests using roborazzi and put some sample images in
src/test/res/drawable
. Everything is found properly and works fine, except that android studio continues to highlight test.R as not being found and shows a bunch of errors when i view the file. I’m wondering if anyone knows of a solution to this.
not kotlin but kotlin colored 2
c
Image from iOS.jpg