This is the second part of the series. For Part 1, please read here: https://proandroiddev.com/safe-compose-arguments-an-improved-way-to-navigate-in-jetpack-compose-95c84722eec2 In my previous article, I created an annotation processor for creating the methods that will be used to navigate in Jetpack Compose. In this part, I am extending the annotation processor to generate code for…