Can you just import decompose in common source set? #154
Unanswered
plusmobileapps
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Decompose has to be exported to the framework, so one can use things like At the time I was writing it, the usual We should definitely add this information to the docs, but before we should check how it will work with Kotlin 1.5.0. Thanks for raising! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking over the Todo decompose sample on Jetbrains compose and noticed in the root module
build.gradle.kts
file that it's exporting a specific version of decompose for the emulator or device architecture. Is this actually needed, or is there some specific reason this is done for that project? The installation instruction make it seem like the decompose dependency can be added to common source set only, or maybe there is some extra documentation I could add for Multiplatform setup?Beta Was this translation helpful? Give feedback.
All reactions