IntelliJ incorrectly marks the function as unused ...
# intellij
n
IntelliJ incorrectly marks the function as unused even though it is used in a Kotlin Native project.
youtrack 2
IntelliJ is highlighting all areas where the connectGtkSignal function is being used.
If the connectedGtkSignal function is moved to a separate kt file then the function is seen by IntelliJ as used.
i
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
The issue seems to be resolved in the latest Kotlin plugin update (for IntelliJ).