Table of Contents
Course designed for students who have already passed the essential course and want to learn the advanced concepts and advanced syntax in the Kotlin language.
- Collection Operations
- Collection Predicates
- Constructors
This course is a series of exercises to expand your intermediate and advanced knowledge of Kotlin syntax and concepts. Each exercise is created as a failing unit test (red) and your job is to make it pass (green).
- Import the project as Gradle project.
- To build the project and run the tests use
test
task on the Gradle tool window (View | Tool Windows | Gradle
).
Here https://www.jetbrains.com/help/idea/gradle.html#gradle_tasks you can read how to run Gradle task from the Gradle toolbar in IntelliJ IDEA.
You can also build the project and run all tests in the terminal:
./gradlew test
NOTE: The solutions, that is, the exercises solved with the green unit tests, are in the branch named " tech/solutions"
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Don't forget to give the project a star! Thanks again!
Distributed under the APACHE License. See LICENSE-2.0.txt
for more information.
Jordi Jiménez Guil - cosmic.coding.community.club@gmail.com
The following resources may be helpful in your learning: