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 codegen-runtime-jvm-0.17.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.freeletics.khonshu.codegen.compose
├─ com.freeletics.khonshu.codegen.compose.DestinationType.class - [JAR]
├─ com.freeletics.khonshu.codegen.compose.NavDestination.class - [JAR]
├─ com.freeletics.khonshu.codegen.compose.NavHostActivity.class - [JAR]
com.freeletics.khonshu.codegen
├─ com.freeletics.khonshu.codegen.ActivityScope.class - [JAR]
├─ com.freeletics.khonshu.codegen.AppScope.class - [JAR]
com.freeletics.khonshu.codegen.fragment
├─ com.freeletics.khonshu.codegen.fragment.ComposeFragmentDestination.class - [JAR]
├─ com.freeletics.khonshu.codegen.fragment.DestinationType.class - [JAR]
├─ com.freeletics.khonshu.codegen.fragment.RendererDestination.class - [JAR]
com.freeletics.khonshu.codegen.internal
├─ com.freeletics.khonshu.codegen.internal.Fragment.class - [JAR]
├─ com.freeletics.khonshu.codegen.internal.InternalCodegenApi.class - [JAR]
├─ com.freeletics.khonshu.codegen.internal.Renderer.class - [JAR]