dokka: Can't find node by signature spam
I have a Java annotation that is imported in my class and I refer to it in the KDoc with [AnnotationName]. IntelliJ correctly links to the annotation but Dokka just spams Can't find node by signature foo.bar.AnnotationName. Additionally, the generated Javadoc does not link correctly to the annotation class.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 8
- Comments: 28 (5 by maintainers)
Commits related to this issue
- Work around Dokka spamming on the shell as per Kotlin/dokka#184 — committed to AlchemistSimulator/Alchemist by DanySK 5 years ago
- Try to work around Kotlin/dokka#184 also during publish — committed to AlchemistSimulator/Alchemist by DanySK 5 years ago
This is still happening in 0.10.1
This is still happening on 0.9.17.
I confirm this is still happening in 0.9.18.
Can this ticket be reopened? I am observing the same behavior in version 0.10.1: … [WARNING] Can’t find node by signature
android.view.SurfaceHolder, referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.view.Surface, referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.media.AudioManager$setStreamVolume(kotlin.Int, kotlin.Int, kotlin.Int), referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.view.SurfaceHolder, referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.view.Surface, referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.graphics.SurfaceTexture, referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.graphics.SurfaceTexture$getTimestamp(), referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.view.Surface, referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.media.AudioManager$setStreamVolume(kotlin.Int, kotlin.Int, kotlin.Int), referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.media.audiofx.EnvironmentalReverb, referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.media.audiofx.AudioEffect$getId(), referenced at … This is probably caused by invalid configuration of cross-module dependencies [WARNING] Can’t find node by signatureandroid.media.MediaPlayer.OnErrorListener, referenced at … This is probably caused by invalid configuration of cross-module dependencies …Thank you,
Moacir
I didn’t have this previously, but now I’m drowning in these messages…
@hzsweers Yes
I confirm this is still happening in 0.10.0
@semoro An EAP would be appreciated for the rest of us experiencing this issue 😃