Hi, I am trying to publish a module named `core_ds...
# gradle
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?
k
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
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.