In IntelliJ with the linuxArm64 target (using Kotl...
# kotlin-native
n
In IntelliJ with the linuxArm64 target (using Kotlin 2.1.10) only variables are visible with code completion. This issue occurs with the platform.posix and platform.linux packages. By the way the same also occurs with the linuxX64 target. I was trying to get auto complete for the libgpiod library (a user space library that is officially part of the Linux kernel - https://web.git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git ).
Invalidating the caches didn't help. Earlier versions of Kotlin also exhibit the same issue.