one problem I encounter with your suggestion: Say ...
# multiplatform
r
one problem I encounter with your suggestion: Say class A needs to implement an interface which is defined in common. If I move the impl out to a separate module then I have to introduce yet another multi-project which contains only the interface because otherwise I run into an chicken or egg problem. Seems like quite a lot of overhead.