Join Slack
Powered by
IntelliJ incorrectly marks the function as unused ...
# intellij
n
napperley
11/13/2018, 12:19 AM
IntelliJ incorrectly marks the function as
unused
even though it
is used
in a Kotlin Native project.
youtrack
2
napperley
11/13/2018, 12:25 AM
IntelliJ is highlighting all areas where the
connectGtkSignal
function is being used.
napperley
11/13/2018, 12:27 AM
If the
connectedGtkSignal
function is moved to a separate
kt
file then the function is seen by IntelliJ as
used
.
i
igor.wojda
11/15/2018, 9:38 PM
Please report an issue in kotlin issue tracker
https://youtrack.jetbrains.com/issues/KT
(here is similar issue just as na inspiration
https://youtrack.jetbrains.com/issue/KT-27971
)
n
napperley
11/16/2018, 4:31 AM
The issue seems to be resolved in the latest Kotlin plugin update (for IntelliJ).
Open in Slack
Previous
Next