svtk / AtomicKotlinCourse

88 stars 21 forks source link

AtomicKotlinCourse

If you want to use the text version of the exercises and solutions (rather than the EDU version that runs inside IntelliJ IDEA):

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