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