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?
k
Keith Mayoral
01/12/2022, 8:45 PM
I also started seeing errors related to version
2.1.4
of the
kotlin-dsl
today. My project was still referencing a version of gradle from July (7.1.1) so I updated to the most recent 7.3.3 version to resolve. Not sure if that’s at all related to your issue though
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.