Hi guys, hope you are all doing well I was wonderi...
# compose-ios
d
Hi guys, hope you are all doing well I was wondering, how do you access raw files? With new compose multiplatform I can use
composeResources/files
but I was wondering how to do this if I am not using compose multiplatform? Where should I store a raw file inside the
commonMain
and how do I get its path inside the
androidMain
and
iosMain
?