sellmair / kompass

Kotlin Multiplatform Router for Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convenience extensions for Activity and Fragment

sellmair opened this issue · comments

As an user of this library I want to get my destinations more straight forward.
I want to type

val myDestination = myDestination()

Instead of

val myDestination = arguments?.tryAsMyDestination()?:throw IllegalArgumentException()

Inside my fragment/activity

Closed because handled in 0.1.0 branch