2020-01-03 11:33:14 -05:00
|
|
|
## Core Kotlin
|
|
|
|
|
|
|
|
This module contains articles about Kotlin core features.
|
|
|
|
|
|
|
|
### Relevant articles:
|
2020-01-25 07:44:21 -05:00
|
|
|
- [Introduction to the Kotlin Language](https://www.baeldung.com/kotlin-intro)
|
2020-01-03 11:33:14 -05:00
|
|
|
- [Kotlin Java Interoperability](https://www.baeldung.com/kotlin-java-interoperability)
|
|
|
|
- [Get a Random Number in Kotlin](https://www.baeldung.com/kotlin-random-number)
|
|
|
|
- [Create a Java and Kotlin Project with Maven](https://www.baeldung.com/kotlin-maven-java-project)
|
|
|
|
- [Guide to Sorting in Kotlin](https://www.baeldung.com/kotlin-sort)
|
|
|
|
- [Creational Design Patterns in Kotlin: Builder](https://www.baeldung.com/kotlin-builder-pattern)
|
|
|
|
- [Kotlin Scope Functions](https://www.baeldung.com/kotlin-scope-functions)
|
|
|
|
- [Implementing a Binary Tree in Kotlin](https://www.baeldung.com/kotlin-binary-tree)
|
|
|
|
- [JUnit 5 for Kotlin Developers](https://www.baeldung.com/junit-5-kotlin)
|
|
|
|
- [Converting Kotlin Data Class from JSON using GSON](https://www.baeldung.com/kotlin-json-convert-data-class)
|
2020-01-03 12:12:14 -05:00
|
|
|
- [[More --> ]](/core-kotlin-modules/core-kotlin-2)
|