I do like being able to control click my way into the standard library, but after changing my Kotlin version to 0.12.200 this doesn't work: IntelliJ just says it can't find sources for kotlin-stdlib:0.12.200
Is this a forgotten upload?
I do like being able to control click my way into the standard library, but after changing my Kotlin version to 0.12.200 this doesn't work: IntelliJ just says it can't find sources for kotlin-stdlib:0.12.200
Is this a forgotten upload?
Sounds strange, but it works for me. Can you provide steps to reproduce?
Maven central says it has sources for m12 (0.12.200)
edit: I forced it with the Maven command line and now I can browse into the sources. Seems like an intellij bug rather than a kotlin issue, sorry.