main.io.github.seiko.precompose.NavigationClass.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of precompose-ksp Show documentation
Show all versions of precompose-ksp Show documentation
A route compiler for PreCompose (KSP).
package io.github.seiko.precompose
import com.squareup.kotlinpoet.ClassName
internal val navControllerType = ClassName("moe.tlaster.precompose.navigation", "Navigator")
internal val navBackStackEntryType = ClassName("moe.tlaster.precompose.navigation", "BackStackEntry")
internal val pathType = ClassName("moe.tlaster.precompose.navigation", "path")
internal val queryType = ClassName("moe.tlaster.precompose.navigation", "query")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy