Hi all, I wanna try to build the calculator exampl...
# kotlin-native
f
Hi all, I wanna try to build the calculator example for ios, but i got the error
Copy code
Showing Recent Errors Only
Execution failed for task ':calculator:compileKonanKotlinArithmeticParserIphone_sim'.
> Classpath of the tool is empty: konanc
  Probably the 'konan.home' project property contains an incorrect path.
  Please change it to the compiler root directory and rerun the build.
How could I import the path in XCode?
g
Did you build Kotlin/Native? There is the instruction https://github.com/JetBrains/kotlin-native#kotlinnative
f
ah, not yet. so is there any way to use the cmds directly?
g
cmds?
All the samples from Kotlin/Native configured to use locally builded version of K/N compiler
f
got it. Thanks for response!