Unable to download kotlin stdlib sources. hey ther...
# intellij
a
Unable to download kotlin stdlib sources. hey there, I have been having an issue lately that bothers me, it's not that major but it bothers me nonetheless 🙂 I lately noticed that I cannot see sources for some of Kotlin stdlib methods, for example
reduceOrNull
, whereas I can see them for some other methods, for example
forEach
. When I try to download sources after going to the declarations of the methods I get redirected to the decompiled class file, where I can potentially click Download sources but somehow that gets blocked.
I have read the
idea.log
to try and make sense of it and it seems the download of these particular sources is caused by
Copy code
2025-09-08 19:32:05,529 [ 246483] SEVERE - #c.i.o.a.i.ApplicationImpl - IntelliJ IDEA 2025.2  Build #IU-252.23892.409
2025-09-08 19:32:05,529 [ 246483] SEVERE - #c.i.o.a.i.ApplicationImpl - JDK: 21.0.7; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2025-09-08 19:32:05,529 [ 246483] SEVERE - #c.i.o.a.i.ApplicationImpl - OS: Mac OS X
2025-09-08 19:32:05,530 [ 246484] SEVERE - #c.i.o.a.i.ApplicationImpl - Plugin to blame: Java version: 252.23892.409
2025-09-08 19:32:05,530 [ 246484] SEVERE - #c.i.o.a.i.ApplicationImpl - Last Action: GotoDeclaration
Due to
Copy code
2025-09-08 19:32:05,527 [ 246481] SEVERE - #c.i.o.a.i.ApplicationImpl - AWT events are not allowed inside write action:
has anyone ever had this issue, and if so, how did they solve it? 🙂
c
Hey, there's been major stability issues with "download sources" because of a change in infrastructure in MavenCentral, it should be solved in the next IntelliJ version I think
a
Ah nice, ty I was going crazy 🙂