gradlew assemble - warning about project structure (#24)
Closed
wojciech.kapcia@tigase.net opened 4 years ago

Trying to build the project gives following information:

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: ':halcyon-core', ':halcyon-samples'

Probably slightly reorganising it would be good.

Bartosz MaƂkowski commented 4 years ago

Structure is flattened.

wojciech.kapcia@tigase.net commented 4 years ago

Error gone.

issue 1 of 1
Type
Task
Priority
If you are bored
Assignee
Spent time
15m
Issue Votes (0)
Watchers (0)
Reference
tigase/_libraries/halcyon#24
Please wait...
Page is in error, reload to recover