93c79bf9c7 | ||
---|---|---|
.. | ||
gradle/wrapper | ||
resources | ||
src | ||
.gitignore | ||
README.md | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
pom.xml | ||
settings.gradle |
README.md
Core Kotlin
This module contains articles about core Kotlin.
Relevant articles:
- Introduction to the Kotlin Language
- Kotlin Java Interoperability
- Generics in Kotlin
- Introduction to Kotlin Coroutines
- 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
- Regular Expressions in Kotlin
- Objects in Kotlin
- Filtering Kotlin Collections
- Working with Enums in Kotlin
- Create a Java and Kotlin Project with Maven
- Reflection with Kotlin
- Get a Random Number in Kotlin
- Idiomatic Logging in Kotlin
- Kotlin Constructors
- Creational Design Patterns in Kotlin: Builder
- Kotlin Nested and Inner Classes
- Fuel HTTP Library with Kotlin
- Introduction to Kovenant Library for Kotlin
- Converting Kotlin Data Class from JSON using GSON
- Mapping of Data Objects in Kotlin
- Threads vs Coroutines in Kotlin
- Guide to Kotlin Interfaces
- Guide to Sorting in Kotlin
- Dependency Injection for Kotlin with Injekt
- Implementing a Binary Tree in Kotlin
- Kotlin Contracts
- Inline Classes in Kotlin
- Building DSLs in Kotlin
- Static Methods Behavior in Kotlin
- Delegation Pattern in Kotlin
- More articles: [next -->]