hey guys, i’m trying KMP <1.6.10-beta01> with kotl...
# multiplatform
h
hey guys, i’m trying KMP 1.6.10-beta01 with kotlin 2.0.0-RC1, I have a separate module called
resources
where I have my resources in the
commonMain\composeResources\drawable
I consume this module in the
composeApp
where I have my UI and where my resources are needed, but I can’t seem to access the generated
Res
file from the
resources
module because it’s still internal.
r
There is a task to call
generateComposeResClass
h
They are generated, that’s not the issue.
y
Documentation for compose multiplatform says it can't handle multi-module projects.
h
It's supported in 1.6.10beta01 with kotlin 2.0 rc I've fixed it btw, thanks
n
@Hristijan, can you specify how did you fix that?
h