Is there any development build of IntelliJ IDEA or...
# multiplatform
m
Is there any development build of IntelliJ IDEA or the Kotlin Plugin where multiplatform composite builds work properly? It's so frustrating 😭
1
r
Have you tried Delegate Build/Run to gradle?
m
That will only fix the builds but autocompletion and imports in the IDE remain broken 😕
r
even after re-importing the project?
(refresh in the gradle view)
m
Yeah, no matter what you do. There are several bugs open in YouTrack on that. It's a known issue where IDEA doesn't set up the dependencies properly 😕
r
I am still using the old multiplatform plugin and with it I don't have these problems
m
I never used the old one and would probably have to change quite a lot 🤔 Does the old one support kapt?
r
Unfortunately I don't know
h
We are going to fix this issue soon, please follow https://youtrack.jetbrains.com/issue/KT-30285 for updates.
m
Awesome, thank you ♥️ Following already 🙂