1
1
Fork 0
Go to file
Svetlana Isakova f5ea6e73af Moved an exercise to a different atom
(from 'Property Delegation' to 'Property Delegation Tools')
2020-11-17 19:48:49 +01:00
Appendices Generated tests for Java samples 2020-11-09 20:24:32 +01:00
DataFiles Moved solution1 file for 'resource cleanup' to 'DataFiles' directory 2020-10-20 12:57:44 +02:00
Functional Programming Regenerated samples & exercise descriptions 2020-10-23 19:02:26 +02:00
Introduction to Objects EDC-257 fixed: nullable types are used in exercise solution before they're introduced 2020-11-11 20:22:22 +01:00
Object-Oriented Programming Regenerated samples & exercise descriptions 2020-10-23 19:02:26 +02:00
Power Tools Moved an exercise to a different atom 2020-11-17 19:48:49 +01:00
Preventing Failure Generated tests for Java samples 2020-11-09 20:24:32 +01:00
Programming Basics Merge pull request #9 from iampatbrown/master 2020-11-11 20:51:08 +01:00
Usability Handling the course feedback: EDC-264 2020-11-11 20:06:47 +01:00
gradle Updated to latest gradle 2020-10-09 18:53:11 -06:00
util Generated tests for Java samples 2020-11-09 20:24:32 +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 Update to Java 9 to use some lattest syntax in the 'Java interoperability' appendix 2020-11-09 20:24:32 +01:00
course-info.yaml Generated examples for Appendices 2020-11-09 12:33:22 +01: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