then I get this error ```src/main/kotlin/samples/H...
# announcements
h
then I get this error
Copy code
src/main/kotlin/samples/HelloWorld.kt:7:18: error: unresolved reference: Person
    val person = Person("me")
p
Import the Person class in HelloWorld.kt
👆 2
👍 1