commonMain.ru.alexgladkov.odyssey.compose.local.LocalRootController.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odyssey-compose Show documentation
Show all versions of odyssey-compose Show documentation
Lightweight multiplatform navigation library (jvm, android, ios)
package ru.alexgladkov.odyssey.compose.local
import androidx.compose.runtime.compositionLocalOf
import ru.alexgladkov.odyssey.compose.RootController
val LocalRootController = compositionLocalOf {
error("No root controller provider")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy