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
Marcin Aman
01/11/2022, 2:54 PM
Which gradle version is used in this project? Are you using kotlin dsl or groovy?
u
Utkarsh Tiwari
01/13/2022, 10:05 AM
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.