<@U1PRSBLHJ> I'm getting a FileNotFoundException "...
# dokka
a
@semoro I'm getting a FileNotFoundException "https://kotlinlang.org/api/latest/jvm/stdlib/package-list" on master (using 1.1.3-eap-34) - is this known/expected?
Copy code
Caused by: java.io.FileNotFoundException: <https://kotlinlang.org/api/latest/jvm/stdlib/package-list>
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1872)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
	at java.net.URL.openStream(URL.java:1045)
	at org.jetbrains.dokka.ExternalDocumentationLinkResolver.loadPackageLists(ExternalDocumentationLinkResolver.kt:30)
	at org.jetbrains.dokka.ExternalDocumentationLinkResolver.<init>(ExternalDocumentationLinkResolver.kt:60)
	at org.jetbrains.dokka.ExternalDocumentationLinkResolver$$FastClassByGuice$$34356095.newInstance(<generated>)
s
alex2069: That's because we are in progress to release 0.9.14 and put package-list to kotlinlang, you can use
noStdlibLink
switch in meantime
a
Ah right, thanks