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?
Follow the steps in the codelab.
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:
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:
In which step of the codelab can this issue be found? Lesson 6: Functional manipulation -> Task 2 -> Step 2
Steps to reproduce?
Versions IntelliJ IDEA 2021.3.2
Additional information Following line should be added in the build.gradle.kts file:
codelab: kotlin-bootcamp