Hi, I am trying to publish a module named `core_ds...
# dokka
u
Hi, I am trying to publish a module named
core_ds_component
of an Android project to artifactory. When I run the publish command, I get this error. I couldn’t find dokka in the dependency graph of this module. Does anyone has any idea what could be wrong?
m
Which gradle version is used in this project? Are you using kotlin dsl or groovy?
u
Thank you for you response. Actually, I figured that it was caused by a 3rd party gradle plugin which was not supported by latest gradle versions so remote it fixed the issue. So dokka is not a culprit I think.