You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour
kotlinx-datetime is known to have its package-list in a non-standard location, which is why I specify the correct URL in my library. This worked correctly with the Dokka v1 Gradle plugin.
It's not clear if this is a false-positive error or if it's somehow not using the correct URL, even though it's logging the URL provided.
To Reproduce
Run the dokkaGenerate task on my Kotbase library and observe the logs.
Describe the bug
Using the Dokka v2 Gradle plugin, I see this error when generating API docs:
Even though the package-list is available at that URL: https://kotlinlang.org/api/kotlinx-datetime/kotlinx-datetime/package-list
Expected behaviour
kotlinx-datetime is known to have its package-list in a non-standard location, which is why I specify the correct URL in my library. This worked correctly with the Dokka v1 Gradle plugin.
It's not clear if this is a false-positive error or if it's somehow not using the correct URL, even though it's logging the URL provided.
To Reproduce
Run the
dokkaGenerate
task on my Kotbase library and observe the logs.Dokka configuration
See dokka-convention.kts and build.gradle.kts
Installation
Additional context
The generated API docs appear to correctly link to the kotlinx-datetime docs, e.g.
Instant
fromgetDate
, despite the error.The text was updated successfully, but these errors were encountered: