Hello,
Primarily, sorry for my bad english.
I have been working on Gradle version upgrade for 2 months. My issue is that when I upgrade my gradle version from 6.9.2 to 7.2 everything works properly. But, when I try to upgrade it from 7.2 to 7.3 or 7.3+, it produces an error. In my opinion, the error can be that subprojects can not see(or some more proper verb ) providedCompile dependencies. What solution would you suggest?
I tried many ways to solve it. Unfortunately, I have not find any solution yet.
Thanks for your help.