How can I dynamically change a Gradle plugin’s version depending on certain criteria?
We have a multi platform project, however each platform has its own platform-dependent implementation of some classes. In our case, 2 of these target platforms require the same plugin, however they require different versions of that plugin.