google-developer-training / kotlin-bootcamp

Report issues with the Kotlin Bootcamp for Programmers codelab
7 stars 2 forks source link

Kotlin Bootcamp issue: L6T7 Java class should be created in src/main/java step missing #151

Open Heartisan15 opened 2 years ago

Heartisan15 commented 2 years ago

Describe the problem The Java class JavaRun should be created in the src/main/java directory instead of in the example package in src/main/kotlin. The instructions for this are not present in the codelab, and not doing this will bring up an error in the IDE when the program is run.

In which step of the codelab can this issue be found? Lesson 6: Functional manipulation -> Task 7

Steps to reproduce? Create Java class JavaRun as per the codelab.

Versions IntelliJ IDEA 2021.3.2

Additional information Image of the incorrect step. image

codelab: kotlin-bootcamp