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 processor_ksp-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.rwqwr.processor.fragment.ksp
├─ com.rwqwr.processor.fragment.ksp.AndroidClassesKt.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.FragmentSymbolicProcessor.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.FragmentSymbolicProcessorProvider.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.MarkedClass.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.Module.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.ModuleKt.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.UtilsKt.class - [JAR]
com.rwqwr.processor.fragment.ksp.generator
├─ com.rwqwr.processor.fragment.ksp.generator.KotlinClassGenerator.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.generator.KotlinDaggerModuleGenerator.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.generator.KotlinFragmentFactoryGenerator.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.generator.KotlinFragmentKeyAnnotationClassGenerator.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.generator.KotlinFragmentKeyAnnotationClassGeneratorKt.class - [JAR]
├─ com.rwqwr.processor.fragment.ksp.generator.KotlinFragmentProviderMethodGenerator.class - [JAR]