Who decides if a function is not used, `kotlinc` o...
# intellij
z
Who decides if a function is not used,
kotlinc
or
Intellij
?
c
the latter
z
So basically there's no way to achieve what I want 😕
c
if you don't want to touch intellij side of things - no.
k
Doesn't the compiler also emit warnings for this? I'm not sure though,, maybe that's only foe local variables or something.