jar

io.github.raamcosta.compose-destinations : ksp

Maven & Gradle

Aug 10, 2023
3.2k stars

ksp · Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.

Table Of Contents

Latest Version

Download io.github.raamcosta.compose-destinations : ksp JAR file - Latest Versions:

All Versions

Download io.github.raamcosta.compose-destinations : ksp JAR file - All Versions:

Version Vulnerabilities Size Updated
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
1.0
0.9.x
0.8.x
0.7.x
0.6.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 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]

Advertisement