Hi, Is it known problem that latest CLION doesn't ...
# kotlin-native
d
Hi, Is it known problem that latest CLION doesn't see attached interop library to hello world example? (but compiles/run fine) also CLION doesn't show readable compiler/linker errors
d
After doing
./gradlew build
from command line CLion seems to notice interop library (although
build.gradle.kts
is all red).
On a similar note, hello world example creates
./gradlew
file without execution permission.
And there seems to be no unit testing support in CLion for K/N (even though it worked with cmake in previous versions).