Hi Dear Kotlin Team, Can <https://youtrack.jetbrai...
# eap
l
Hi Dear Kotlin Team, Can https://youtrack.jetbrains.com/issue/KT-42501 be marked as top priority and targeted at 1.4.20? That regression introduced in 1.4.20-M1 is making developing a nightmare as autocomplete is nearly unusable.
👀 2
✔️ 1
n
does it comes from the IntelliJ plugin ? I had others issues so I went back to use the 1.4.10 plugin while using 1.4.20-M1 in gradle (btw my main issue with the plugin was that it would stop to "code analyze" classes from other modules, so no autocomplete etc...)
m
Yes, completion in IDE is a part of the Kotlin plugin. What issues did you have? Please, report them in issue tracker: http://kotl.in/issue. Thank you!
👍 1
n
Ok I found why, it's because of the android safe-args-kotlin plugin https://developer.android.com/jetpack/androidx/releases/navigation#safe_args
when applied on a project, it makes the whole code analysis fail (not sure if it's the right word but I can't ctrl+click on my classes name in a file)
and it's already reported and fixed for M2 https://youtrack.jetbrains.com/issue/KT-42259 happy me !