https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

deviant

06/09/2021, 8:23 AM
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

Osman Saral

06/09/2021, 2:53 PM
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

deviant

06/09/2021, 2:59 PM
already have this lines. it was a buggy android studio. i've updated from beta to canary and issue is solved now
3 Views