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: #254

Open metehan187 opened 1 year ago

metehan187 commented 1 year ago

In the codelab "Build Your First Android App in Java", in "9. Task: Implement the second fragment", in "Step 5: Enable SafeArgs",

Is this part for Kotlin. I cannot find a section called "dependencies" or "buildscript" in the file "build.gradle (Project: My First App)". It consists of only four lines, which is

plugins { id 'com.android.application' version '8.0.2' apply false id 'com.android.library' version '8.0.2' apply false }

Similarly, in the file " build.gradle (Module: app)", there is no line that begin with "apply plugin".

This step-5 seems not appropriate here. Can you help?

Best Regards