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-inject-compiler-ksp-0.6.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.tatarka.inject.compiler.ksp
├─ me.tatarka.inject.compiler.ksp.FixedKSValidateVisitor.class - [JAR]
├─ me.tatarka.inject.compiler.ksp.InjectProcessor.class - [JAR]
├─ me.tatarka.inject.compiler.ksp.InjectProcessorProvider.class - [JAR]
├─ me.tatarka.inject.compiler.ksp.UtilKt.class - [JAR]