2020-01-03 11:33:14 -05:00
|
|
|
## 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)
|
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)
|
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)
|