I have the multimodule project, however, one module is SDK and is used by other modules as a binary dependency from the maven repository. I want to update kotlin version only for SDK. Before for other dependencies, I was making a duplicated dependency with newer version that I only was referencing in the sdk module. For the kotlin I need also to use a newer plugin version. However, this plugin is used in all other modules. Is there a way to have two plugins of the different version in one multimodule project? We still use the legacy declaration of the plugin in the
buildscript
lambda.