1
1
Fork 0
Go to file
Svetlana Isakova 7544ee333c Added missing file name comments 2020-12-03 13:27:42 +01:00
Appendices Regenerated samples 2020-11-28 17:19:23 +01:00
DataFiles Regenerated samples 2020-11-17 20:00:10 +01:00
Functional Programming Regenerated samples 2020-12-03 12:55:34 +01:00
Introduction to Objects Added missing file name comments 2020-12-03 13:27:42 +01:00
Object-Oriented Programming Minor: fixed placeholders for compilation 2020-12-03 12:43:44 +01:00
Power Tools Solutions updated 2020-12-03 02:57:58 +01:00
Preventing Failure Regenerated samples 2020-12-02 19:45:43 +01:00
Programming Basics Infrastructure: replaced 'untestable' with 'unimplemented test' 2020-12-03 01:58:21 +01:00
Usability Minor: fixed placeholders for compilation 2020-12-03 12:43:44 +01:00
gradle Updated to latest gradle 2020-10-09 18:53:11 -06:00
util Added missing file name comments 2020-12-03 13:27:42 +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 Removed one usage of Java 9, returned project to require Java 8 2020-11-18 18:55:12 +01:00
course-info.yaml Generated examples for Appendices 2020-11-09 12:33:22 +01:00
course-remote-info.yaml Updated course at Stepik 2020-11-19 15:43:18 +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