You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multi-module project configuration error when I want to apply a plugin to individual modules.
Why not just do it at the level of the entire project?
The project contains many modules, and the dump API is needed by only a small part of them, and even in the distant future it will be a small proportion, so I would not like to apply the plugin to modules that do not require it.
However, now, if you do this, such an error occurs:
A problem occurred evaluating project ':module_name'.
>Failed to apply plugin 'org.jetbrains.kotlinx.binary-compatibility-validator'.
>Cannot add a configuration with name 'bcv-rt-jvm-cp'as a configuration with that name already exists.
I have a multi-module project configuration error when I want to apply a plugin to individual modules.
Why not just do it at the level of the entire project?
The project contains many modules, and the dump API is needed by only a small part of them, and even in the distant future it will be a small proportion, so I would not like to apply the plugin to modules that do not require it.
However, now, if you do this, such an error occurs:
I found a workaround for this behavior:
But it would be cool for this to be supported, including out of the box, and not have to create strange workarounds.
The text was updated successfully, but these errors were encountered: