Went through the compose multiplatform wizard for ...
# compose-desktop
s
Went through the compose multiplatform wizard for a new project and the setContent import isn't working
maybe can add that dependency as part of the wizard?
o
cc: @Alexander Kurasov[JB]
a
Which IDEA do you use and what is Compose version that is used in the result project? This issue have been fixed some time ago.
s
looks like the wizard set up the project w/ compose plugin version
Copy code
1.0.0-alpha3
a
This is already an old version. Try to use the one, that goes with idea 21.2.2. It should be fine there
💯 1
s
@Alexander Kurasov[JB] ++ awesome thank you!
👍 1
k
ahh I ended up upgrading compose libraries to make it work, thanks for tip @Alexander Kurasov[JB] will update my IDE
a
Upgrading libraries will not help with it, regretfully. Dependency on activity-compose library was missed at some version. But in the latest wizard it is fine.
k
yeah basically i added that dependency manually
👍 1