Hey all. Trying to set up a new multiplatform proj...
# multiplatform
s
Hey all. Trying to set up a new multiplatform project and was reading about the
enableFeaturePreview("GRADLE_METADATA")
feature. Is the idea that I apply a
common
dependency to my commonMain and if I have this enabled it will auto apply the correct dependency for each target's sourceset, as long as they have supported the metadata feature also?
2
k
Yes, in summary