1
1
Fork 0
Go to file
Svetlana Isakova 395c9bc6b6 Added file names for exercises 2020-12-02 21:14:23 +01:00
Appendices Regenerated samples 2020-11-28 17:19:23 +01:00
DataFiles
Functional Programming Added file names for exercises 2020-12-02 21:14:23 +01:00
Introduction to Objects Added file names for exercises 2020-12-02 21:14:23 +01:00
Object-Oriented Programming Added file names for exercises 2020-12-02 21:14:23 +01:00
Power Tools Added file names for exercises 2020-12-02 21:14:23 +01:00
Preventing Failure Regenerated samples 2020-12-02 19:45:43 +01:00
Programming Basics Added file names for exercises 2020-12-02 21:14:23 +01:00
Usability Added file names for exercises 2020-12-02 21:14:23 +01:00
gradle
util Updated exercises, excluded new exercise without tests 2020-12-02 20:09:24 +01:00
.gitignore
README.md
build.gradle Removed one usage of Java 9, returned project to require Java 8 2020-11-18 18:55:12 +01:00
course-info.yaml
course-remote-info.yaml Updated course at Stepik 2020-11-19 15:43:18 +01:00
gradlew
gradlew.bat
settings.gradle

README.md

AtomicKotlinCourse

If you want to use the text version of the exercises and solutions (rather than the EDU version that runs inside IntelliJ IDEA):

  • Download and unpack the current release

  • 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