https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
m

Marc Knaup

04/03/2019, 10:35 AM
Is there any development build of IntelliJ IDEA or the Kotlin Plugin where multiplatform composite builds work properly? It's so frustrating 😭
1
r

robstoll

04/03/2019, 11:40 AM
Have you tried Delegate Build/Run to gradle?
m

Marc Knaup

04/03/2019, 11:41 AM
That will only fix the builds but autocompletion and imports in the IDE remain broken 😕
r

robstoll

04/03/2019, 11:42 AM
even after re-importing the project?
(refresh in the gradle view)
m

Marc Knaup

04/03/2019, 11:43 AM
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

robstoll

04/03/2019, 11:43 AM
I am still using the old multiplatform plugin and with it I don't have these problems
m

Marc Knaup

04/03/2019, 11:44 AM
I never used the old one and would probably have to change quite a lot 🤔 Does the old one support kapt?
r

robstoll

04/03/2019, 3:07 PM
Unfortunately I don't know
h

h0tk3y

04/04/2019, 2:12 PM
We are going to fix this issue soon, please follow https://youtrack.jetbrains.com/issue/KT-30285 for updates.
m

Marc Knaup

04/04/2019, 6:58 PM
Awesome, thank you ♥️ Following already 🙂