Import sources from parent project

Andre Pany andre at s-e-a-p.de
Sun Oct 20 10:48:02 UTC 2019


On Sunday, 20 October 2019 at 10:04:56 UTC, Andrey wrote:
> On Saturday, 19 October 2019 at 18:54:28 UTC, Andre Pany wrote:
>> In dub.json of your child apps you need to add a dependency to 
>> parentapp.
>
> I added via "dependencies" parameter and after got this error: 
> "Detected dependency cycle".

Does your main package needs access to the sub packages? If not, 
remove the dependencies section. If you need access move the 
common module into an own sub package.

Kind regards
Andre


More information about the Digitalmars-d-learn mailing list