1
1
Fork 0
Go to file
Igor c3e0ac072b refactor(Programming Basics - Functions - Exercise 1): Function name consistency restored 2021-05-20 12:30:14 +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 task on Stepik 2021-04-20 13:04:52 +03:00
Object-Oriented Programming Updated Base Class Initialization lesson on Stepik (tasks order was wrong) 2021-04-20 14:13:24 +03: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 refactor(Programming Basics - Functions - Exercise 1): Function name consistency restored 2021-05-20 12:30:14 +03:00
Usability Updated break&continue lesson on Stepik: changed Exercise 2 task type to edu 2021-04-20 12:32:15 +03:00
gradle Updated to latest gradle 2020-10-09 18:53:11 -06:00
util Restored test files 2021-04-15 15:17:27 +02:00
.courseignore Added .courseignore file to prevent including tests to learner version of the course 2021-04-20 12:09:13 +03: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 unused dependency 2021-04-15 15:39:07 +02: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