I found certain cases where when using method refe...
# announcements
u
I found certain cases where when using method reference, IDE screetches to a halt If I change it to a lambda, then it works fine where should I report this?
e
are you using kotlin 1.4 compiler with kotlin 1.3 stdlib? can't do that: https://youtrack.jetbrains.com/issue/KT-39389
u
no I only specify the 1.4.20 plugin, it adds the stdlib for me
e
kotlin intellij idea plugin bugs go here: https://youtrack.jetbrains.com/issues/KTIJ
u
thx