commonMain.captain.LocationUtils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of captain-router-compose-core-jvm Show documentation
Show all versions of captain-router-compose-core-jvm Show documentation
A compose router that follows any type of navigator
@file:Suppress("NOTHING_TO_INLINE")
package captain
import androidx.compose.runtime.Composable
@Composable
inline fun rememberLocation() = rememberNavigator().current()