This message was deleted.
# configuration-cache
s
This message was deleted.
p
Do you have a link to your source code?
a
this is the PR but I haven't pushed the currently failing code yet https://github.com/adamko-dev/dokkatoo/pull/18
this is the plugin I'm trying to work on. It needs to automatically convert KotlinSourceSets into DokkaSourceSets https://github.com/adamko-dev/dokkatoo/blob/main/modules/dokkatoo-plugin/src/main/kotlin/adapters/DokkatooKotlinAdapter.kt
p
Are you sure this work:
task@{
? I think this is not compatible:
Copy code
field$this_task:clipboard: of dev.adamko.dokkatoo.DokkatooBasePlugin$apply$4$1:clipboard:
⌄bean of type dev.adamko.dokkatoo.DokkatooBasePlugin$apply$4$1
a
I'm not sure what you mean
p
I thought the compiler add some special fields to support the label.
a
apparently this is the problematic code that the error was referring to https://github.com/adamko-dev/dokkatoo/blob/dbcf820466723f271f909027dc053240b24ddd[…]7/modules/dokkatoo-plugin/src/main/kotlin/DokkatooBasePlugin.kt
Copy code
dokkatooExtension.dokkatooSourceSets.all dss@{
  this@task.includes.from(this@dss.includes)
}
I've no idea how the error message in the HTML report is connected to it. A stacktrace with line numbers really would have helped.
p
I think this won't be helpful too because Gradle rewrites your classes and the Kotlin lambdas are implemented as inner classes at the end of the file.