Hi,
I have a PackageA
that uses swift code and has a dependency on a PackageB
that also uses swift code only.
In the main hosting app, I would like to just import PackageA
and use the classes of PackageA
and also PackageB
. Is this possible somehow?
I did set the proper access levels (public) in both of the packages. but importing PackagaA
in my main app does not let me use the classes from PackageB
. I have to import the PackageB
to make it work
note: packages are local.
Any help appreciated.
4 posts - 2 participants