Hi everyone, does dokka work with android dynamic ...
# dokka
r
Hi everyone, does dokka work with android dynamic feature modules? The
./gradlew dokkaHtml
task keeps giving the following error:
Copy code
Task :feature:abc:processABCFullReleaseMainManifest FAILED
Copy code
Failed to calculate the value of task ':feature:abc:processABCFullReleaseMainManifest' property 'featureName'.
   > Failed to calculate the value of property 'featureName'.
      > Failed to find feature name for :feature:abc in /Users/xyz/StudioProjects/pqr/app/build/intermediates/feature_set_metadata/abcFullRelease/feature-metadata.json
2
AGP: 7.0.2 JVM: 11.0.12
136 Views