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-core-coroutines-jvm-3.4.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.koin.core.context
├─ org.koin.core.context.ContextWaitJVMKt.class - [JAR]
├─ org.koin.core.context.LoadLazyModulesKt.class - [JAR]
org.koin.core.module
├─ org.koin.core.module.LazyModuleExtKt.class - [JAR]
org.koin.core
├─ org.koin.core.KoinApplicationLazyExtKt.class - [JAR]
├─ org.koin.core.KoinLazyExtKt.class - [JAR]
├─ org.koin.core.KoinWaitExtKt.class - [JAR]
org.koin.mp
├─ org.koin.mp.KoinPlatformCoroutinesTools.class - [JAR]
org.koin.dsl
├─ org.koin.dsl.LazyModuleDSLKt.class - [JAR]
org.koin.core.extension
├─ org.koin.core.extension.KoinCoroutinesExtensionKt.class - [JAR]
org.koin.core.coroutine
├─ org.koin.core.coroutine.KoinCoroutinesEngine.class - [JAR]