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.
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.
codelab: kotlin-bootcamp