programadorthi / kotlin-routing

An extensible and multiplatform routing system powered by Ktor
https://github.com/programadorthi/kotlin-routing/wiki
Apache License 2.0
51 stars 3 forks source link

Update to Voyager rc06 #1

Closed Syer10 closed 1 year ago

Syer10 commented 1 year ago

Due to some changes in the Navigator function signature, the current version of kotlin-routing does not work with the latest version of Voyager. A simple update to the dependencies would allow kotlin-routing to be used with the latest Voyager.

programadorthi commented 1 year ago

With kotlin-routing published to maven central I am thinking to migrate voyager modules to voygar repo and avoid breaking changes between their.

programadorthi commented 1 year ago

Closing issue because PR was opened