Victor ADĂSCĂLIȚEI
04/18/2021, 1:08 PMProject 'kotlin-native' not found in root project 'kotlin'
when trying to compile kotlin-native via
./gradlew :kotlin-native:dist
Anyone also experiencing this? I’m using the latest master commit.Elena Lepilkina
04/19/2021, 4:34 AMlocal.properties file where should be set kotlin.native.enabled=trueElena Lepilkina
04/19/2021, 4:36 AMVictor ADĂSCĂLIȚEI
04/19/2021, 5:50 AMrunIde 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.