Kotlin stdlib has a new Dokka site (as advertised on the current Dokka site) - I think the default remoteUrl for the stdlib external documentation should be updated to point to it.
|
url("https://kotlinlang.org/api/latest/jvm/stdlib/") |
(kotlin-reflect, kotlin-test and kotlin-stdlib are now unified under that new Dokka site, so I'm not sure if this would cause any potential issues)
Kotlin stdlib has a new Dokka site (as advertised on the current Dokka site) - I think the default
remoteUrlfor the stdlib external documentation should be updated to point to it.dokkatoo/modules/dokkatoo-plugin/src/main/kotlin/DokkatooBasePlugin.kt
Line 226 in d38927e
(
kotlin-reflect,kotlin-testandkotlin-stdlibare now unified under that new Dokka site, so I'm not sure if this would cause any potential issues)