Kotlin/Native dependencies are downloaded every ti...
# kotlin-native
y
Kotlin/Native dependencies are downloaded every time I do
gradle sync
with gradle version 4.10.3 . Can I avoid that?
There is a workaround in comments
y
Thanks 🙏
s
How is that a workaround? Won't it still download all the pom files, it will just do it faster now because it knows exactly where to look?
g
Yes true. not real workaround, just temporary relief
s
how much faster is it?
g
Depends on amount of repositories in your project
n
So is it true that that “workaround” only works with Gradle 5+ and not with 4.10.3?
g
Yes, it uses new feature of gradle