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 koin-ksp-compiler-jvm-1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.koin.compiler.generator
├─ org.koin.compiler.generator.KoinGenerator.class - [JAR]
├─ org.koin.compiler.generator.KoinGeneratorKt.class - [JAR]
├─ org.koin.compiler.generator.TemplatesKt.class - [JAR]
org.koin.compiler.metadata
├─ org.koin.compiler.metadata.AnnotationMetadataKt.class - [JAR]
├─ org.koin.compiler.metadata.DefinitionAnnotation.class - [JAR]
├─ org.koin.compiler.metadata.KoinMetaData.class - [JAR]
org.koin.compiler.scanner
├─ org.koin.compiler.scanner.ClassComponentScanner.class - [JAR]
├─ org.koin.compiler.scanner.FunctionComponentScanner.class - [JAR]
├─ org.koin.compiler.scanner.FunctionScanner.class - [JAR]
├─ org.koin.compiler.scanner.KoinMetaDataScanner.class - [JAR]
├─ org.koin.compiler.scanner.KspExtKt.class - [JAR]
├─ org.koin.compiler.scanner.ModuleScanner.class - [JAR]
org.koin.compiler
├─ org.koin.compiler.BuilderProcessor.class - [JAR]
├─ org.koin.compiler.BuilderProcessorProvider.class - [JAR]