Hi everyone! Just a small question regarding KMP's...
# multiplatform
h
Hi everyone! Just a small question regarding KMP's project structure: I've been watching quite a few videos on this, but none of them seem to go into the purpose of
<sourceSet>Main
. I understand they're platform-specific implementations of shared code (via
expect
and
actual
), but why do we implement them in a separate folder, as opposed to
<sourceSet>App
? Thanks!