hi everybody
# kotlin-native
u
hi everybody
l
I did, and one thing to be noticed that if you’re adding kotlin/native dependencies add
Copy code
enableFeaturePreview('GRADLE_METADATA')
to your settings.gradle file or gradle won’t find them. It tooks me whole day…
u
I see
I am trying to build iOS part on Windows
enableFeaturePreview('GRADLE_METADATA') is helpful to this job?
l
It helps when you are adding K/N gradle dependencies.