I opened the both of the example projects bundled ...
# kotlin-native
p
I opened the both of the example projects bundled with the CLion Kotlin/Native plugin (on Mac), “Hello World” and “CSVParser”. Both resulted with unresolved references in the IDE. For example even the
println
is an unresolved reference in the Hello World example. Any suggestions on what would fix the problem?
✔️ 1
k
Pyry, what are your CLion and K/N plugin versions?
p
Here we go:
Copy code
CLion 2019.1.4
Build #CL-191.7479.33, built on May 30, 2019
Licensed to CLion Evaluator
Expiration date: July 5, 2019
JRE: 1.8.0_202-release-1483-b53 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.5
Copy code
Kotlin/Native plugin: v1.3.31-release-CLion-191.7479.33-6
🙏 1
Any updates on this?
Should I use some other versions of the Clion or the plugin? If that is even easily possible.
k
The only thing which I could say so far is that on my machine everything works fine for mentioned versions. As I understand, your problem is sticky. Did you reload these projects? May be clean up of your ~/.konan would help?
p
I did the reload for both, but I’ll check if the cleanup for
~/.konan
folder helps. Thanks for the tip.
That solved the problem, thanks!
👍 1