Hey all. I’ve started getting ```Project 'kotlin-n...
# kotlin-native
v
Hey all. I’ve started getting
Copy code
Project 'kotlin-native' not found in root project 'kotlin'
when trying to compile
kotlin-native
via
Copy code
./gradlew :kotlin-native:dist
Anyone also experiencing this? I’m using the latest master commit.
e
It's possible that you don't have
local.properties
file where should be set
kotlin.native.enabled=true
v
That was it, thank you! I had it at some point, but I think I had to comment it out to run the
runIde
task. I was also using kotlin plugin v1.5 which didn’t go well with the kotlin dev environment. Switched back to the stable channel with 1.4 and it seems fine now. Thank you once again, Elena.