Imports were not updated for v2, causing v2 to depend on v1. This means the current project does not build, and for users to use the v2 client, they must depend on the v1 client as well.
Solution
Update the imports everywhere and make the last fix to the readme.
Result
What will change as a result of your pull request? Note that sometimes this section is unnecessary because it is self-explanatory based on the solution.
Testing
Project builds without requiring a v1 import.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Problem
Imports were not updated for v2, causing v2 to depend on v1. This means the current project does not build, and for users to use the v2 client, they must depend on the v1 client as well.
Solution
Update the imports everywhere and make the last fix to the readme.
Result
What will change as a result of your pull request? Note that sometimes this section is unnecessary because it is self-explanatory based on the solution.
Testing
Project builds without requiring a v1 import.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.