Does KMM only work in Android Studio or can it wor...
# multiplatform
r
Does KMM only work in Android Studio or can it work in Intelij Idea as well?
k
It can work in both. It uses a plugin
r
@kevindmoore but the plugin isn't avaiable for intelij, atleast I don't see it
k
It should be because JetBrains wrote it
r
hmm do you see it in the Jetbrains Marketplace, for intelij idea
?
👍 1
k
Have you tried to create a new project? If you choose Kotlin there is a Multiplatform at the bottom. It’s possible it doesn’t need a plugin and is built-in
a
It works. however, AFAIK there's still a lack of support in IDEA for projects that use compose (whether it's multiplatform or android-only).
m
@rkeazor U have it up&running in Intellj? I am interest 2 ;)
r
@marzelwidmer it looks like its built in to the new iltelij idea
🙏 1
m
@rkeazor U have the
iOS
configuration also
Up&Running
in
IDEA
?
r
Nah , try opening it in Xcode
i don't know if it has CocoPads support
m
Yeah in
XCode
it works … maybe any way better … to write the
UI
part in
Xcode
🙂 in android studio I have 2 simulators… this was I wondering..
nice it work now with IDEA thanks again.. hope no more issues comes 🙂
r
Hey how were you able to port the library in Xcode? what steps did you take @marzelwidmer
yea i think its better that way
m
This was now
out-of-the-box
from the Wizard… I mean I just open the
iosApp.xcodeproj
change the
Signing&Capabillitiies
the Build stuff are already configured.