1
1
Fork 0
Go to file
Bruce Eckel a4b7513a49 Finished editing "Functional Programming"
Files containing only a newline at the end of the file indicate that I have reviewed that task and didn't need to change anything. The file now has a new timestamp indicating it has been reviewed.
2020-10-12 02:54:39 -06:00
DataFiles Added data files 2020-09-27 00:29:22 +02:00
Functional Programming Finished editing "Functional Programming" 2020-10-12 02:54:39 -06:00
Introduction to Objects Finished reviewing "Introduction to Objects" 2020-10-11 16:37:25 -06:00
Object-Oriented Programming Updated course at Stepik 2020-09-29 14:26:48 +02:00
Power Tools More reviewed 2020-10-11 11:10:45 -06:00
Preventing Failure Minor: fixed answer placeholder size 2020-09-30 20:40:39 +02:00
Programming Basics Finished reviewing "Programming Basics" 2020-10-11 12:40:34 -06:00
Usability More reviewed 2020-10-11 11:10:45 -06:00
gradle Updated to latest gradle 2020-10-09 18:53:11 -06:00
util Renamed files for "alternative tasks" 2020-09-29 13:17:19 +02:00
.gitignore Updated to latest gradle 2020-10-09 18:53:11 -06:00
README.md Update README.md 2020-10-11 10:41:32 -06:00
Soln1.txt Added data files 2020-09-27 00:29:22 +02:00
build.gradle Don't include gradle actions for testing all exercises and samples for non-educational project 2020-09-30 20:41:22 +02:00
course-info.yaml Removed sections 2019-10-10 17:46:18 +02:00
course-remote-info.yaml rename "Hello, World!" to "Hello, World" for compatibility with IJ 2020.2 2020-08-14 16:44:08 +03: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

  • 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