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

16 lines
911 B
Markdown
Raw Normal View History

## Core Kotlin
This module contains articles about Kotlin core features.
### Relevant articles:
2020-08-20 01:44:56 -04:00
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-07-07 07:18:10 -04:00
- [Converting Kotlin Data Class from JSON using GSON](https://www.baeldung.com/kotlin-json-convert-data-class)
2020-08-20 01:44:56 -04:00
- [Exception Handling in Kotlin](https://www.baeldung.com/kotlin/exception-handling)
2020-10-07 05:41:09 -04:00
- [Quick Guide to Kotlin Default and Named Arguments](https://www.baeldung.com/kotlin/default-named-arguments)