I have a project with several sub projects and I have issue where one of the sub projects requires gradle 4.9 when the other projects with the latest.
Is there anyway to set the gradle wrapper version for this module?
I tried adding the all the gradle build files to the sub project root with the correct gradle version, but it still detects and uses parent project gradle version.