There is a problem using the plugin in a multi module project. If you apply the plugin to modules with the same name, it will fail. For example if you have:
:moduleA:data
:moduleB:data
And you apply the plugin in both, it will fail.
Using project.path instead of project.name will fix this
There is a problem using the plugin in a multi module project. If you apply the plugin to modules with the same name, it will fail. For example if you have:
And you apply the plugin in both, it will fail. Using project.path instead of project.name will fix this