Where could I find a jar of sources or Javadoc for...
# compiler
n
Where could I find a jar of sources or Javadoc for
kotlin-embeddable-compiler
? Shipped version in maven contains empty jars: https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.4.21/
I am looking for jars to attach them to IDEA. IDEA was not able resolve itself neither I can't find any full of sources
r
You can clone the kotlin repo and attach it as sources using "choose sources" as a workaround
n
I am just curious, why is not this problem fixed? It looks rather simple.