View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kotlin-stdlib-jdk8-1.2.42.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
kotlin.internal.jdk8
├─ kotlin.internal.jdk8.JDK8PlatformImplementations.class - [JAR]
kotlin.collections.jdk8
├─ kotlin.collections.jdk8.CollectionsJDK8Kt.class - [JAR]
kotlin.streams.jdk8
├─ kotlin.streams.jdk8.StreamsKt.class - [JAR]
kotlin.text.jdk8
├─ kotlin.text.jdk8.RegexExtensionsJDK8Kt.class - [JAR]