Guys I am new at Kotlin, can you guys tell me where I am getting wrong?
a
Alex
10/19/2021, 6:38 PM
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
Itamar F. Lima
10/19/2021, 6:43 PM
I can do that in Project Structure, right?
a
Alex
10/19/2021, 7:43 PM
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