1
1
Fork 0
Go to file
Bruce Eckel 9cf1cf0215
Update README.md
2020-10-12 04:25:22 -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 Capitalize IDEA 2020-10-12 04:16:03 -06:00
Object-Oriented Programming Edited "Object-Oriented Programming" section 2020-10-12 03:47:44 -06:00
Power Tools Edited "Preventing Failure" and "Power Tools" sections 2020-10-12 04:11:53 -06:00
Preventing Failure Edited "Preventing Failure" and "Power Tools" sections 2020-10-12 04:11:53 -06:00
Programming Basics Capitalize IDEA 2020-10-12 04:16:03 -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-12 04:25:22 -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

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