Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Kotlin Gradle plugin was loaded multiple times #140

Open
stavris8894 opened this issue Jan 11, 2024 · 0 comments
Open

The Kotlin Gradle plugin was loaded multiple times #140

stavris8894 opened this issue Jan 11, 2024 · 0 comments

Comments

@stavris8894
Copy link

stavris8894 commented Jan 11, 2024

Getting this warning when building the project:

The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build. 
This might happen in subprojects that apply the Kotlin plugins with the Gradle 'plugins { ... }' DSL if they specify explicit versions, even if the versions are equal.
Please add the Kotlin plugin to the common parent project or the root project, then remove the versions in the subprojects.
If the parent project does not need the plugin, add 'apply false' to the plugin line.
See: https://docs.gradle.org/current/userguide/plugins.html#sec:subprojects_plugins_dsl
The Kotlin plugin was loaded in the following projects: ':app', ':core-data', ':core-database'

Is it something that needs to be fixed?

Edit: Using the sub-modules with Version Catalog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant