google-developer-training / kotlin-bootcamp

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

Kotlin Bootcamp issue: #227

Open ghost opened 3 months ago

ghost commented 3 months ago

Describe the problem The import path kotlin.reflect.full.* and classObj.declaredMemberFunctions cannot be resolved giving a compile error.

In which step of the codelab can this issue be found? Step number 2 in the Task 2.

Steps to reproduce? just follow the tutorial

Versions What version of IntelliJ IDEA are you using? 2024.2 patch IC-242.20224.300 August 6, 2024

Additional information The library is still alive in new versions such as kotlin 2.0

codelab: kotlin-bootcamp