All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.io.github.seiko.precompose.NavigationClass.kt Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
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