hey guys, what is the best way to fix red gradle c...
# multiplatform
d
hey guys, what is the best way to fix red gradle configs in kmm project? apart from cache clean/rebuild/cleaning build dirs (because it didn't help). it builds fine, but these highlightings are annoying
👍 1
o
what does it say?
I had the same problem and adding these to gradle.properties fixed it
Copy code
kotlin.native.enableDependencyPropagation=false
kotlin.mpp.enableGranularSourceSetsMetadata=true
d
already have this lines. it was a buggy android studio. i've updated from beta to canary and issue is solved now