should kotlin code insight & autocomplete be w...
# kotlin-native
m
should kotlin code insight & autocomplete be working correctly when using the the kotlin/native plugin (Version: 182.4129.51) with clion (2018.2.2) ? wondering if its my particular configuration or if this isn’t supported currently?
d
Looks like this particular CLion build is broken. I get
java.lang.AbstractMethodError: org.jetbrains.kotlin.resolve.TargetPlatform.getDefaultImports(Z)Ljava/util/List;
.
Build #CL-182.3911.40 (2018.2.1) works ok for me
m
@Dmitry Kandalov thanks for the input @Dmitry Kandalov, i’ll try that now
@Dmitry Kandalov that worked for me, thanks
👍 1