1
1
Fork 0

Create README.md

Keeping notes here, otherwise I'll lose track of the details.
This commit is contained in:
Bruce Eckel 2019-11-19 10:42:32 -07:00 committed by GitHub
parent 4be1e2428a
commit 8bdeb86789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# AtomicKotlinCourse
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
```