1
1
Fork 0
AtomicKotlinCourse/README.md

16 lines
422 B
Markdown
Raw Normal View History

# AtomicKotlinCourse
2020-10-11 19:41:32 +03:00
- To check output and 'eq' for examples and exercise solutions, run `gradlew TestExamples`.
- To test the exercises against their given solutions, run `gradlew TestExercises`.
## To use in developer mode:
After cloning, open as a project in Intellij IDEA with the EDU extension installed.
When you make changes, you might need to rerun Gradle to build the project:
```
gradlew build -x test
```