I’m using latest kotlin plugin on project with kot...
# eap
d
I’m using latest kotlin plugin on project with kotlin 1.0 and it always highlights unused parameters (e.g. in closures) suggesting to rename them to
_
which doesn’t compile in 1.0. And there seems to be no way to permanently disable this inspection. Is it a bug or should I downgrade plugin?