1
1
Fork 0
Go to file
Liana Bakradze 0b662d1551 Fixed package name to match its usages 2021-04-14 14:08:55 +03:00
Appendices Fixed package name to match its usages 2021-04-14 14:08:55 +03:00
DataFiles Regenerated samples 2020-12-30 12:29:00 +01:00
Functional Programming Updated course at Stepik 2021-02-08 13:19:10 +01:00
Introduction to Objects Updated course at Stepik 2021-02-08 13:19:10 +01:00
Object-Oriented Programming Updated course at Stepik 2021-02-08 13:19:10 +01:00
Power Tools Updated course at Stepik 2021-02-08 13:19:10 +01:00
Preventing Failure Updated course at Stepik 2021-02-08 13:19:10 +01:00
Programming Basics Updated course at Stepik 2021-02-08 13:19:10 +01:00
Usability Updated course at Stepik 2021-02-08 13:19:10 +01:00
gradle Updated to latest gradle 2020-10-09 18:53:11 -06:00
util Updated course at Stepik 2021-02-08 13:19:10 +01:00
.gitignore Moved solution1 file for 'resource cleanup' to 'DataFiles' directory 2020-10-20 12:57:44 +02:00
README.md Update README.md 2020-10-12 04:25:22 -06:00
build.gradle Updated build.gradle to the latest version 2021-04-14 14:02:14 +03:00
course-info.yaml Generated examples for Appendices 2020-11-09 12:33:22 +01:00
course-remote-info.yaml Updated course at Stepik 2021-02-08 13:19:10 +01:00
gradlew Updated to latest gradle 2020-10-09 18:53:11 -06:00
gradlew.bat Updated to latest gradle 2020-10-09 18:53:11 -06:00
settings.gradle Converted AtomicKotlin course to a new format 2019-07-15 15:36:11 +02:00

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