Do I need to use IntelliJ IDEA to work on Compose ...
# compose-desktop
s
Do I need to use IntelliJ IDEA to work on Compose Desktop? Is it possible to work with android studio?
a
It is possible
s
If possible how? Do I need to download any plugin?
a
Are you on the latest canary build?
s
yes
a
And have upgraded the kotlin plugin from the market? to match the latest eap?
s
Yeah just now configured kotlin eap
What I have todo next?
a
Are you trying to use the create project wizard? or use gradle configuration way? If it is the create project wizard, you going to have to swith to intelliJ. If you can configure gradle, you don't need to switch at all
So for gradle configure I have to follow above steps right?
a
Yes, exactly that.
s
Thanks man!
t
I assume preview does not work in the common sourceset though?
1