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
Well, the problem is deeper than we think. The Gradle itself has the same issue - gradle/gradle#847. Had it for years now. So, basically, it prevents anybody from naming their subprojects in a way so they share a short name.
Describe the bug
I have a project with nested modules. The module names are the same, but they are always in different sub modules.
Expected behaviour
two different modules, a.foo and b.foo
Screenshots
To Reproduce
untitled3.zip
./gradlew dokkaHtmlMultiModule
Workaround
Dokka configuration
Nothing special:
Installation
Are you willing to provide a PR?
With help, sure.
The text was updated successfully, but these errors were encountered: