20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
|
|
## Core Kotlin
|
||
|
|
|
||
|
|
This module contains articles about core Kotlin.
|
||
|
|
|
||
|
|
### Relevant articles:
|
||
|
|
|
||
|
|
- [Introduction to the Kotlin Language](https://www.baeldung.com/kotlin)
|
||
|
|
- [Kotlin Java Interoperability](https://www.baeldung.com/kotlin-java-interoperability)
|
||
|
|
- [JUnit 5 for Kotlin Developers](https://www.baeldung.com/junit-5-kotlin)
|
||
|
|
- [Create a Java and Kotlin Project with Maven](https://www.baeldung.com/kotlin-maven-java-project)
|
||
|
|
- [Get a Random Number in Kotlin](https://www.baeldung.com/kotlin-random-number)
|
||
|
|
- [Creational Design Patterns in Kotlin: Builder](https://www.baeldung.com/kotlin-builder-pattern)
|
||
|
|
- [Fuel HTTP Library with Kotlin](https://www.baeldung.com/kotlin-fuel)
|
||
|
|
- [Introduction to Kovenant Library for Kotlin](https://www.baeldung.com/kotlin-kovenant)
|
||
|
|
- [Converting Kotlin Data Class from JSON using GSON](https://www.baeldung.com/kotlin-json-convert-data-class)
|
||
|
|
- [Guide to Sorting in Kotlin](https://www.baeldung.com/kotlin-sort)
|
||
|
|
- [Dependency Injection for Kotlin with Injekt](https://www.baeldung.com/kotlin-dependency-injection-with-injekt)
|
||
|
|
- [Implementing a Binary Tree in Kotlin](https://www.baeldung.com/kotlin-binary-tree)
|
||
|
|
- More articles: [[next -->]](/core-kotlin-2)
|