<@U0D06TWMA> commented on <@U8CFAB6BH>’s file <htt...
# announcements
u
@Andreas Sinz commented on @yuriy.stetsyk’s file

https://kotlinlang.slack.com/files/U8CFAB6BH/F9D4VD2RJ/image.png

:
Copy code
class CustomNavigator : BaseNavigator

class CustomNavigationFactory<F, V, P>: NavigationFactory<F, V, P, CustomNavigator> {
    ...
}

f(CustomNavigator()) //Valid call
`
Your
factory.with(navigation)
fails now, because the
CustomNavigator
expects
N
to be of type
CustomNavigator
, but
NavigationController
is given