work with Android Studio? I tried creating a common sourceset that was common between macosx64 and iosX64 and iosArm64, and I couldn’t get any code completion. Is this expected to work?
r
russhwolf
05/21/2021, 9:28 PM
I've had mixed results in general, but for native stuff you'll probably want to also add
kotlin.native.enableDependencyPropagation=false
. It also often works better in Intellij than AS since it has newer IDE internals.
russhwolf
05/21/2021, 9:29 PM
The whole thing should be improving a lot in upcoming Kotlin versions but the newest stuff wasn't quite ready in time for 1.5.0
s
spierce7
05/21/2021, 9:50 PM
Thanks 🙂 That appears to have worked
p
Paul Woitaschek
05/22/2021, 4:49 PM
Wasn't intellij incompatible with the latest agp plugins?
r
russhwolf
05/22/2021, 5:09 PM
Intellij is generally a version behind in what AGP is supported, but I still tend to prefer it for KMP stuff (as long as you don’t need Compose) because Android Studio is generally a version behind in what Intellij Platform it’s built on, and that impacts IDE support for these sorts of things
➕ 1
s
spierce7
05/22/2021, 7:47 PM
After making the change, it seems like I’m getting ide errors