Source code for Delegates object

Is the source code for kotlin.properties.Delegates available somewhere? It seems to be missing from kotlin-runtime.jar.

Which version of kotlin-runtime.jar do you use? Is any source code for Kotlin standard library available for you?

Source for kotlin.io.JIO.kt seems to be there. Runtime build is 0.6.602.

Does searching for file Delegation.kt work for you instead? "Goto class" and other IDEA class-finding features don't work with sources of Kotlin compiled libraries correctly right now, you can use "goto file" as a workaround

Ah, thanks. That works.