When the libraries are redirected with placeholder resolution, the built library can only be used with whatever the latest libraries were at the time of building. This creates a dependency/rebuilding headache where we'd need to rebuild the library every time any dependency updated. You may want this to protect yourself from API breaks but in this case it is a hassle.
When the libraries are redirected with placeholder resolution, the built library can only be used with whatever the latest libraries were at the time of building. This creates a dependency/rebuilding headache where we'd need to rebuild the library every time any dependency updated. You may want this to protect yourself from API breaks but in this case it is a hassle.