In which step of the codelab can this issue be found?
Bootcamp4: Task 3, Step 1, substeps 1 & 2 are wrong.
Steps to reproduce?
The stated directions say to do this:
In the Project pane, under the Hello Kotlin project, right-click on the src folder.
Select New > Package and call it example.myapp.
But "New > Package" doesn't exist when right-clicking the src folder.
Instead, you need to right-click the HelloKotlin/src/main/kotlin folder to see that option.
Versions
IntelliJ IDEA 2023.2.3 (Community Edition)
Build #IC-232.10072.27, built on October 10, 2023
Runtime version: 17.0.8.1+7-b1000.32 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 13.4.1
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 12
Metal Rendering is ON
Registry:
ide.experimental.ui=true
Kotlin: 232-1.9.0-IJ10072.27
Additional information
Add any other context about the problem here.
Describe the problem The description of how to create a package is wrong on https://developer.android.com/codelabs/kotlin-bootcamp-classes#2
In which step of the codelab can this issue be found? Bootcamp4: Task 3, Step 1, substeps 1 & 2 are wrong.
Steps to reproduce? The stated directions say to do this:
But "New > Package" doesn't exist when right-clicking the src folder. Instead, you need to right-click the HelloKotlin/src/main/kotlin folder to see that option.
Versions IntelliJ IDEA 2023.2.3 (Community Edition) Build #IC-232.10072.27, built on October 10, 2023 Runtime version: 17.0.8.1+7-b1000.32 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 13.4.1 GC: G1 Young Generation, G1 Old Generation Memory: 4096M Cores: 12 Metal Rendering is ON Registry: ide.experimental.ui=true Kotlin: 232-1.9.0-IJ10072.27
Additional information Add any other context about the problem here.
codelab: kotlin-bootcamp