cafonsomota
04/16/2023, 1:31 AMcompose.components.resources
that contains a painterResource
that we can use from iOS to load local files. Anyone was able to make it work without using cocoapods?
I’m unable to load any file, and I’m assuming that might be related with not having this:
extraSpecAttributes["resources"] = "['src/commonMain/resources/**', 'src/iosMain/resources/**']"
Dima Avdeev
04/16/2023, 6:56 AMpod install
in iosApp directory.