1
1
Fork 0
Go to file
Svetlana Isakova 7e85ccc68e IJ automatic placeholder reordering 2021-09-21 18:50:52 +02:00
Appendices Updated the course at Stepik 2021-08-04 19:38:42 +02:00
DataFiles Regenerated samples 2020-12-30 12:29:00 +01:00
Functional Programming Used sumOf instead of deprecated sumBy 2021-09-21 18:32:22 +02:00
Introduction to Objects Replaced all usages of deprecated toUpperCase/toLowerCase with uppercase/lowercase calls 2021-09-21 18:32:22 +02:00
Object-Oriented Programming IJ automatic placeholder reordering 2021-09-21 18:50:52 +02:00
Power Tools Replaced all usages of deprecated toUpperCase/toLowerCase with uppercase/lowercase calls 2021-09-21 18:32:22 +02:00
Preventing Failure Sync with the book text: incorporated the latest changes to the examples 2021-09-21 18:32:22 +02:00
Programming Basics Replaced all usages of deprecated toUpperCase/toLowerCase with uppercase/lowercase calls 2021-09-21 18:32:22 +02:00
Usability Replaced all usages of deprecated toUpperCase/toLowerCase with uppercase/lowercase calls 2021-09-21 18:32:22 +02: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 Merge pull request https://github.com/svtk/AtomicKotlinCourse/pull/52 2021-08-05 21:29:23 +02:00
course-info.yaml feat(course-info.yaml): Course description updated, vendor info added 2021-09-03 10:33:14 +03:00
course-remote-info.yaml Updated the course at Stepik 2021-08-04 19:38:42 +02: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