Guys I am new at Kotlin, can you guys tell me wher...
# getting-started
i
Guys I am new at Kotlin, can you guys tell me where I am getting wrong?
a
I believe the kt file should be running under the folders src->main->Kotlin, you can try creating a new project and run your code on the default main.kt file and see if you get the same error
i
I can do that in Project Structure, right?
a
I would suggest just create a new project first and paste you code in the main.kt file and see if you get the same error
i
Okay