google-developer-training / kotlin-bootcamp

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

Kotlin Bootcamp issue: "3. Task: Create a class" #187

Open ciubiu opened 1 year ago

ciubiu commented 1 year ago

In "3. Task: Create a class" (https://developer.android.com/codelabs/kotlin-bootcamp-classes#2) it says in Step 1.1 to "... right-click on the src folder."

For me it did not work, no option on src folder. To create new package I had to right-click on the Kotlin folder which is inside src/main folder. Maybe it has changed with new Idea editor?

Versions IntelliJ IDEA 2023.1.2 CE built on May 16, 2023 Windows 11

codelab: kotlin-bootcamp