a4b7513a49
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. |
||
---|---|---|
DataFiles | ||
Functional Programming | ||
Introduction to Objects | ||
Object-Oriented Programming | ||
Power Tools | ||
Preventing Failure | ||
Programming Basics | ||
Usability | ||
gradle | ||
util | ||
.gitignore | ||
README.md | ||
Soln1.txt | ||
build.gradle | ||
course-info.yaml | ||
course-remote-info.yaml | ||
gradlew | ||
gradlew.bat | ||
settings.gradle |
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