In a multiplatform project, why are dependencies a...
# multiplatform
m
In a multiplatform project, why are dependencies added on
KotlinSourceSet
and not on
KotlinCompilation
? My understanding is that a compilation can have different source sets. If I add a dependency to one sourceset, will it be seen by all the sibling source sets in the compilation?