Turns out it is because we have a gradle dependency lock plugin on our repo and we didn’t update the locked version, so we’re using different versions of them (plugin? compiler?) when invoking the build. Updating the locked version fixed the issue.
Turns out it is because we have a gradle dependency lock plugin on our repo and we didn’t update the locked version, so we’re using different versions of them (plugin? compiler?) when invoking the build. Updating the locked version fixed the issue.