Is there a reference documentation for understandi...
# multiplatform
c
Is there a reference documentation for understanding the implicit dependencies between source sets in KMP? For example,
androidMain
and
iosMain
implicitly depend on
commonMain
. How about tests? Do
androidTest
and
iosTest
implicitly depend on
commonTest
? This seems intuitive, but is it documented somewhere?
a
Are you asking for something like this section?
c
This is exactly what I was looking for. Thanks
🙂 1
k
also see the top of that post, which has a nice diagram
it's pretty straightforward though, you described the full picture in your question