Programming in Kotlin: Collections & Lambdas, Episode 3: Challenge: Work with Pairs & Triples | raywenderlich.com

Challenge time! Use what you’ve learned about Pairs and Triples to solve a short challenge.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/33863948-programming-in-kotlin-collections-lambdas/lessons/3

@fleepgeek New Android learner here and I’m loving your courses. Question - How do we properly load the project into IntelliJ? I can’t get IntelliJ to recognize the main function and run the file. I saw there’s a .idea directory under pik2, but when I selected it to load, it didn’t load any of the project files.

Thanks. I’m glad you’re like our courses :]
What error comes up when you try to load it?

Alternatively, you could first create the project like i did then you always copy the contents of the Kotlin file and run the app.
This was, you’ll have no issues.

This could be a temporary solution as you share with me the error you get when you try to open a project.

Happy learning :]