google-developer-training / advanced-android-kotlin-login

Other
67 stars 111 forks source link

Missing Safeargs #7

Open saharshpruthi opened 4 years ago

saharshpruthi commented 4 years ago

This is a part of two part Codelabs series, now https://codelabs.developers.google.com/codelabs/advanced-android-kotlin-training-login-navigation/#4 needs Safeargs to be implemented and its present in the https://github.com/googlecodelabs/android-kotlin-login-navigation starter code, but not in this starter code. Since its a two part series and the second CodeLab suggest to continue with the same code and do not tell about implementing the Safeags explicitly I suggest to add safeargs into this starter code or change the tutorial to implement Safeargs plugin.