Hey y'all. I have a multi-module Android project where the individual modules are building correctly, but I have nothing for the "MultModuleTask" output in my top level build file.
Top-level project Gradle (Kotlin DSL) :
Interesting, that doesn't show as a task in my list for
./gradlew tasks
. Might be something off with my configuration there.
Stacy
04/12/2021, 8:06 PM
To touch back, I have a project where the other modules are not submodules but modules of the same "level" in a project.
m
Marcin Aman
04/13/2021, 10:46 AM
I don’t quite understand this without an example. Do you mean that modules are flattened to 1 level instead of creating a nested structure? If so this was reported as an enhancement: https://github.com/Kotlin/dokka/issues/1727