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 ksp-1.9.52.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ramcosta.composedestinations.ksp
├─ com.ramcosta.composedestinations.ksp.ProcessorProvider.class - [JAR]
com.ramcosta.composedestinations.ksp.commons
├─ com.ramcosta.composedestinations.ksp.commons.DefaultParameterValueReader.class - [JAR]
├─ com.ramcosta.composedestinations.ksp.commons.DefaultParameterValueReaderKt.class - [JAR]
├─ com.ramcosta.composedestinations.ksp.commons.KSFileSourceMapper.class - [JAR]
├─ com.ramcosta.composedestinations.ksp.commons.ResolvedSymbol.class - [JAR]
├─ com.ramcosta.composedestinations.ksp.commons.UtilsKt.class - [JAR]
com.ramcosta.composedestinations.ksp.codegen
├─ com.ramcosta.composedestinations.ksp.codegen.KspCodeOutputStreamMaker.class - [JAR]
├─ com.ramcosta.composedestinations.ksp.codegen.KspLogger.class - [JAR]
com.ramcosta.composedestinations.ksp.processors
├─ com.ramcosta.composedestinations.ksp.processors.ConfigParser.class - [JAR]
├─ com.ramcosta.composedestinations.ksp.processors.KspToCodeGenDestinationsMapper.class - [JAR]
├─ com.ramcosta.composedestinations.ksp.processors.KspToCodeGenNavGraphsMapper.class - [JAR]
├─ com.ramcosta.composedestinations.ksp.processors.Processor.class - [JAR]
├─ com.ramcosta.composedestinations.ksp.processors.ProcessorKt.class - [JAR]
├─ com.ramcosta.composedestinations.ksp.processors.WrongConfigurationSetup.class - [JAR]