jar

land.sungbin.composeinvestigator : composeinvestigator-compiler-hosted

Maven & Gradle

Feb 26, 2024
258 stars

ComposeInvestigator Kotlin Compiler Plugin (HOST) · Trace the recomposition of a Composable with its cause without any boilerplate code.

Table Of Contents

Latest Version

Download land.sungbin.composeinvestigator : composeinvestigator-compiler-hosted JAR file - Latest Versions:

All Versions

Download land.sungbin.composeinvestigator : composeinvestigator-compiler-hosted JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window composeinvestigator-compiler-hosted-1.5.10-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

land.sungbin.composeinvestigator.compiler.util

├─ land.sungbin.composeinvestigator.compiler.util.IrPrimitivesKt.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.util.IrSafelyLocationKt.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.util.IrStatementContainerImpl.class - [JAR]

land.sungbin.composeinvestigator.compiler.struct

├─ land.sungbin.composeinvestigator.compiler.struct.IrAffectedComposable.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.struct.IrAffectedField.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.struct.IrComposableCallstackTracker.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.struct.IrComposableCallstackTrackerKt.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.struct.IrInvalidationLogger.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.struct.IrInvalidationTrackTable.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.struct.IrInvalidationTrackTableKt.class - [JAR]

land.sungbin.fastlist

├─ land.sungbin.fastlist.FastListKt.class - [JAR]

land.sungbin.composeinvestigator.compiler.analysis

├─ land.sungbin.composeinvestigator.compiler.analysis.ComposableKeyInfo.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.analysis.DeclarationStabilityWrapperKt.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.analysis.DurationWritableSlices.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.analysis.DurationWritableSlicesKt.class - [JAR]

land.sungbin.composeinvestigator.compiler.lower

├─ land.sungbin.composeinvestigator.compiler.lower.AbstractComosableInvalidationTrackLower.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.lower.AbstractComposableCallstackTrackLower.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.lower.ComposableCallstackTrackingTransformer.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.lower.ComposableInvalidationTrackingTransformer.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.lower.DurableComposableKeyTransformer.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.lower.InvalidationTrackTableIntrinsicTransformer.class - [JAR]

land.sungbin.composeinvestigator.compiler

├─ land.sungbin.composeinvestigator.compiler.ComposableCallstackTrackingExtension.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.ComposableInvalidationTrackingExtension.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.ComposeInvestigatorCommandLineProcessor.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.ComposeInvestigatorConfiguration.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.ComposeInvestigatorPluginRegistrar.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.HandledMap.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.NamesKt.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.VerboseLogger.class - [JAR]

land.sungbin.composeinvestigator.compiler.origin

├─ land.sungbin.composeinvestigator.compiler.origin.ComposableCallstackTrackerOrigin.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.origin.ComposableCallstackTrackerSyntheticOrigin.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.origin.ComposableInvalidationTrackerOrigin.class - [JAR]

├─ land.sungbin.composeinvestigator.compiler.origin.StateChangeTrackerOrigin.class - [JAR]