2.0.0-alpha02
Pre-release
Pre-release
programadorthi
released this
18 Nov 12:27
·
6 commits
to main
since this release
What's Changed
- Adding support to compile-time routes generator.
import dev.programadorthi.routing.generated.configure
@Route(path = "/create")
fun something() {
// ...
}
val router = routing {
configure()
}
router.call(uri = "/create")
More information checkout the Wiki.
Full Changelog: 2.0.0-alpha01...2.0.0-alpha02