I think the latest IDE/Plugin builds are broken. B...
# kotlin-native
p
I think the latest IDE/Plugin builds are broken. But what's shocking me the most is that nobody talks about it, as if nobody is actually using it...
b
Kotlin being as amazing as it is, doesn't require mutable lists that often. I don't recall the last time i needed it
p
This isn't just about mutable lists, it doesn't properly load the standard library in the commonMain module for native projects. Autocomplete is missing a ton of stuff, and for existing projects, they are riddled with "errors" which aren't errors.
👍 2
a
Does
./gradlew build
command passes successfully in yours project? Sometimes devs have some dependency or other config problem in single gradle configuration and then kotlin ide plugin starts failing in mysterious ways
p
it is a freshly created project, yes it builds properly