The problem in my case is CMP enforce me put things into files folder.
not kotlin but kotlin colored 2
m
Mark Murphy
02/09/2024, 11:02 PM
This seems unrelated to Compose. You will be better served using Stack Overflow, where this has been covered, manytimes.
Net: resources are not files on the device, so there is no filesystem path that you can use for one.
j
Joel Denke
02/10/2024, 4:15 AM
I need resolve this in compose and I Googled, asked AI and check SO trust me. I wouldnt ask otherwise. None of the standard ways working as expected.
I guess I shouldve added the jvm resources reflection I testing to lean more against JVM.