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 compiler-1.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.catchpig.ksp.compiler.processor
├─ com.catchpig.ksp.compiler.processor.KotlinMvvmProcessor.class - [JAR]
com.catchpig.ksp.compiler.generator
├─ com.catchpig.ksp.compiler.generator.ActivityGenerator.class - [JAR]
├─ com.catchpig.ksp.compiler.generator.BaseGenerator.class - [JAR]
├─ com.catchpig.ksp.compiler.generator.KotlinMvvmGenerator.class - [JAR]
├─ com.catchpig.ksp.compiler.generator.PrefsGenerator.class - [JAR]
├─ com.catchpig.ksp.compiler.generator.ServiceApiGenerator.class - [JAR]
com.catchpig.ksp.compiler.ext
├─ com.catchpig.ksp.compiler.ext.KSFunctionDeclarationExtKt.class - [JAR]
├─ com.catchpig.ksp.compiler.ext.ResolverExtKt.class - [JAR]
com.catchpig.ksp.compiler
├─ com.catchpig.ksp.compiler.KSClassDeclarationExtKt.class - [JAR]
com.catchpig.ksp.compiler.provider
├─ com.catchpig.ksp.compiler.provider.KotlinMvvmProcessorProvider.class - [JAR]
com.catchpig.compiler.exception
├─ com.catchpig.compiler.exception.KAptException.class - [JAR]