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?
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