PreCompose icon indicating copy to clipboard operation
PreCompose copied to clipboard

Codegen for RouteBuilder

Open Tlaster opened this issue 2 years ago • 3 comments

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

Tlaster avatar Nov 13 '23 16:11 Tlaster

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

Lavmee avatar Nov 13 '23 17:11 Lavmee

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

Lavmee avatar Nov 15 '23 06:11 Lavmee

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

FunkyMuse avatar Dec 15 '23 14:12 FunkyMuse