Anyone have any idea why Gradle is redownloading t...
# android
l
Anyone have any idea why Gradle is redownloading the Kotlin native dependencies every time I sync Gradle in Android Studio 3.3? Why isn't it using a cached version? It is killing my build times. I am using the multiplatform plugin
g
Yes, this is known issue https://youtrack.jetbrains.com/issue/KT-28128 There is a workaround
❤️ 1
l
Thank you!
i
Would that forces MultiDex on Android?
g
MultiDex? I don’t think it somehow related to multidex. Some Kotlin/Native gradle plugin issue