1
1
Fork 0
Go to file
Pavel Nikolaev 74d7af4754 Upcasting/Exercise 1 tests 2020-07-30 17:05:27 +02:00
DataFiles Fixed compilation 2020-07-28 21:56:29 +02:00
Functional Programming Regenerated samples 2020-07-28 21:55:32 +02:00
Introduction to Objects refactored assertion of classes structure 2020-07-29 18:14:27 +02:00
Object-Oriented Programming Upcasting/Exercise 1 tests 2020-07-30 17:05:27 +02:00
Power Tools Answer placeholders for 'Abstract classes' 2020-07-29 12:09:35 +02:00
Preventing Failure Regenerated samples 2020-07-28 21:55:32 +02:00
Programming Basics Added newline to output.txt to fix test 2020-07-28 19:10:11 +02:00
Usability refactored assertion of classes structure 2020-07-29 18:14:27 +02:00
gradle/wrapper Updated Kotlin version to RC 2020-07-28 23:06:20 +02:00
util Abstract Classes/Exercise 3 tests 2020-07-30 16:15:11 +02:00
.gitignore Regenerated samples 2020-04-02 17:08:40 +02:00
README.md Create README.md 2019-11-19 10:42:32 -07:00
build.gradle Build change: don't fail when error output has only one line 2020-07-29 12:11:53 +02:00
course-info.yaml Removed sections 2019-10-10 17:46:18 +02:00
course-remote-info.yaml Changes in 'remove-info.yaml' after the Edu course update at Stepik 2020-05-14 14:19:47 +02:00
gradlew Converted AtomicKotlin course to a new format 2019-07-15 15:36:11 +02:00
gradlew.bat Converted AtomicKotlin course to a new format 2019-07-15 15:36:11 +02:00
settings.gradle Converted AtomicKotlin course to a new format 2019-07-15 15:36:11 +02:00

README.md

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