unable access this code from ios using latest vers...
# compose-ios
k
unable access this code from ios using latest version of compose multiplatform, dev version.
m
Have you tried
clean build folder
in xcode ?
k
yes tried
🤔 1
k
there is no API to create a DrawableResource from a path
k
works in android @Konstantin Tskhovrebov
k
it shouldn't
anyway you are not suppose to create resource accessors by code
k
i have a multi module project and this is how i am accessing resources.
k
multimodule projects are supported with latest kotlin and compose
k
can you share a sample?
k
it just works 🙂
you don't need to do something extra
k
Res class is not. being generated, i am on latest compose and kotlin 1.9.23
k
kotlin should be 2.0.0*
k
got it, i am updating kotlin will let you know if it works
k
updated kotlin rc03 compose rc02, android works fine ios still have issues identifying drawableresource
k
could you check a new generated project from https://terrakok.github.io/Compose-Multiplatform-Wizard/ ?
k
sure i can check
k
if it works try the same versions
k
ok ill update after checking
it started working after i restarted my mac 🦜