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-preprocessors-0.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.utopiarise.kotlin.preprocessors.codegen
├─ com.utopiarise.kotlin.preprocessors.codegen.ConstantsKt.class - [JAR]
├─ com.utopiarise.kotlin.preprocessors.codegen.GeneratePreProcessorsKt.class - [JAR]
com.utopiarise.kotlin.preprocessors.gradle
├─ com.utopiarise.kotlin.preprocessors.gradle.GenerateDefinitions.class - [JAR]
├─ com.utopiarise.kotlin.preprocessors.gradle.PreProcessorPlugin.class - [JAR]
├─ com.utopiarise.kotlin.preprocessors.gradle.PreProcessorPluginExtension.class - [JAR]
├─ com.utopiarise.kotlin.preprocessors.gradle.PreProcessorPluginKt.class - [JAR]