You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This declaration needs opt-in. Its usage should be marked with '@kotlinx.coroutines.ExperimentalCoroutinesApi' or '@OptIn(kotlinx.coroutines.ExperimentalCoroutinesApi::class)'
This declaration needs opt-in. Its usage should be marked with '@kotlinx.coroutines.ExperimentalCoroutinesApi' or '@OptIn(kotlinx.coroutines.ExperimentalCoroutinesApi::class)'
The corresponding parameter in the supertype 'OnboardingRouter' is named 'payload'. This may cause problems when calling this function with named arguments.
The corresponding parameter in the supertype 'AccountRouter' is named 'payload'. This may cause problems when calling this function with named arguments.
Delegated member 'val coroutineContext: CoroutineContext' hides supertype override: public open val coroutineContext: CoroutineContext defined in io.novafoundation.nova.app.root.navigation.FlowInterScreenCommunicator. Please specify proper override explicitly