java-tutorials/core-kotlin-modules/core-kotlin/README.md

13 lines
714 B
Markdown
Raw Normal View History

## Core Kotlin
This module contains articles about Kotlin core features.
### Relevant articles:
2020-04-21 00:33:38 -04:00
- [Introduction to the Kotlin Language](https://www.baeldung.com/kotlin-intro)
- [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)
2020-06-07 18:22:04 -04:00
- [Kotlin Ternary Conditional Operator](https://www.baeldung.com/kotlin-ternary-operator)
- [Sequences in Kotlin](https://www.baeldung.com/kotlin/sequences)
2020-06-23 04:02:47 -04:00
- [Converting Kotlin Data Class from JSON using GSON](https://www.baeldung.com/kotlin-json-convert-data-class)