Skip to content

Kotlin Routing 0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@programadorthi programadorthi released this 05 May 13:20
· 116 commits to main since this release

What's in this first release?

core

  • This is the Ktor Server Core ported to be multiplatform and to work as a routing system that can create and handle any route
  • It is the main purpose of this project and is extensible enough for you to create your own system or connect your existent route system.

core-stack

  • A core extension to use Stack methods when routing as: Push, Pop, Replace, etc.

resources

resources-stack

  • A resources extension to support Stack methods combined with type-safe routing

status-pages

voyager

  • A Voyager routing navigation extension because there is no routing system in the library at the moment.

voyager-resources

  • A Voyager type-safe navigation support

android

  • A basic Android Activity routing support.