ce5113c48c
* add article files * update kotlin version in pom * IntelliJ added binary folder to all the .gitignores * IntelliJ added binary folder to all the .gitignores * update test function names * Expand tests and add more code for more meaningful content within the article. Remove core-kotlin from parent pom again for eclipse to work. * adjust for issues with custom-pmd * rename test * Revert "IntelliJ added binary folder to all the .gitignores" This reverts commit 0850a2acd5162499540231146c795cfda9ffcfc5. * Revert "IntelliJ added binary folder to all the .gitignores" This reverts commit 2b17cf2ff3624ecbe37f07bb9985ecfd3a977e01. * renamed test to match article |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Relevant articles:
- Introduction to the Kotlin Language
- A guide to the “when{}” block in Kotlin
- Comprehensive Guide to Null Safety in Kotlin
- Kotlin Java Interoperability
- Difference Between “==” and “===” in Kotlin
- Generics in Kotlin
- Introduction to Kotlin Coroutines
- Destructuring Declarations in Kotlin
- Kotlin with Mockito
- Lazy Initialization in Kotlin
- Overview of Kotlin Collections API
- Converting a List to Map in Kotlin
- Data Classes in Kotlin
- Delegated Properties in Kotlin
- Sealed Classes in Kotlin
- JUnit 5 for Kotlin Developers
- Extension Methods in Kotlin
- Infix Functions in Kotlin
- Try-with-resources in Kotlin
- HTTP Requests with Kotlin and khttp
- Kotlin Dependency Injection with Kodein
- Regular Expressions in Kotlin
- Objects in Kotlin
- Reading from a File in Kotlin