google-developer-training / first-android-app

Repository for Build Your First Android App codelabs (Java and Kotlin)
7 stars 6 forks source link

First Android App codelab: #266

Open DStyck93 opened 8 months ago

DStyck93 commented 8 months ago

Where: Task 9: Implement the second fragment - Step 5: Enable SafeArgs

Issues: • Part2 - build.gradle (Project: ...) has no dependencies or buildscript section. • Part 2 - When I try to enter the code I get a syntax error. • Part 4 - build.gradle (Module) doesn't have any lines with "apply plugin..." • Part 4 - This code also produces a syntax error.

Note: My gradle files also have a .kts extension at the end of them which isn't mentioned anywhere in this step.