google-developer-training / kotlin-bootcamp

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

Kotlin Bootcamp issue: L6T2 Add kotlin-reflect library implementation in build.gradle step missing #150

Open Heartisan15 opened 2 years ago

Heartisan15 commented 2 years ago

Describe the problem The step to implement the kotlin-reflect library in the build.gradle.kts file in order to use the import statement **kotlin.reflect.full.*** is missing. When the program is run without the library implemented, the following error is encountered:

Unresolved reference: full

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

Steps to reproduce?

  1. Follow the steps in the codelab.
  2. Try to run the program without implementing the kotlin-reflect library in the build.gradle file.

Versions IntelliJ IDEA 2021.3.2

Additional information Following line should be added in the build.gradle.kts file:

image

codelab: kotlin-bootcamp

mrdor1stan commented 10 months ago

Thank you for saving my time, they still haven't fixed it