Releases: svtk/AtomicKotlinCourse
Releases · svtk/AtomicKotlinCourse
For Completed book, with Gradle build files for testing
For Windows:
-
Download the
zip
version. -
Open the Windows Explorer in your download directory.
-
Right click the downloaded file and choose Extract All.
-
Open a command prompt and navigate to the directory containing the extracted files.
-
To check output and 'eq' for examples and exercise solutions, run
gradlew TestExamples
. -
To test the exercises against their given solutions, run
gradlew TestExercises
.
For Linux & OSX:
-
Download the
tar.gz
version. -
Open a command prompt and navigate to the directory containing the downloaded file.
-
Run
tar xfz AtomicKotlinCourse-1.0.tar.gz
. -
cd
toAtomicKotlinCourse-1.0
. -
To check output and 'eq' for examples and exercise solutions, run
./gradlew TestExamples
. -
To test the exercises against their given solutions, run
./gradlew TestExercises
.