Tlaster / PreCompose

Compose Multiplatform Navigation && State Management

Home Page:https://tlaster.github.io/PreCompose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codegen for RouteBuilder

Tlaster opened this issue · comments

I'm getting tired of writing endless route definition, let's have codegen for RouteBuilder like compose-destinations

I thought about that too, it's a great idea!

Type-safe navigation could be something like this if based on kotlinx.serialization.
https://github.com/Lavmee/precompose-navigation-typesafe

Type-safe navigation could be something like this if based on kotlinx.serialization. https://github.com/Lavmee/precompose-navigation-typesafe

I've been using it for a while, it's great. @Tlaster