1
1
Fork 0
Go to file
Liana Bakradze 51e961ebaa rename "Hello, World!" to "Hello, World" for compatibility with IJ 2020.2
`!` in task name causes exception during gradle project import preventing normal work with the task in IDE (no completion, tests don't run etc)
2020-08-14 16:44:08 +03: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 Modified ex 3 in class delegation 2020-07-31 14:56:54 +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 rename "Hello, World!" to "Hello, World" for compatibility with IJ 2020.2 2020-08-14 16:44:08 +03:00
Usability refactored property assertion methods 2020-07-30 17:21:40 +02:00
gradle/wrapper Updated Kotlin version to RC 2020-07-28 23:06:20 +02:00
util Class Delegation/Exercise 1 tests drafts 2020-07-31 14:36:01 +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 rename "Hello, World!" to "Hello, World" for compatibility with IJ 2020.2 2020-08-14 16:44:08 +03: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