16 lines
809 B
Markdown
Raw Normal View History

## Core Kotlin
This module contains articles about core Kotlin.
### Relevant articles:
2019-02-12 22:26:45 +02:00
- [Void Type in Kotlin](https://www.baeldung.com/kotlin-void-type)
2019-03-04 17:27:39 +05:30
- [How to use Kotlin Range Expressions](https://www.baeldung.com/kotlin-ranges)
2019-04-09 16:42:48 +05:30
- [Creating a Kotlin Range Iterator on a Custom Object](https://www.baeldung.com/kotlin-custom-range-iterator)
2019-04-09 16:54:46 +05:30
- [Kotlin Scope Functions](https://www.baeldung.com/kotlin-scope-functions)
2019-04-09 16:59:55 +05:30
- [Kotlin Annotations](https://www.baeldung.com/kotlin-annotations)
2019-04-13 14:22:12 +03:00
- [Split a List into Parts in Kotlin](https://www.baeldung.com/kotlin-split-list-into-parts)
2019-05-09 22:48:48 +03:00
- [String Comparison in Kotlin](https://www.baeldung.com/kotlin-string-comparison)
- [Guide to JVM Platform Annotations in Kotlin](https://www.baeldung.com/kotlin-jvm-annotations)
- More articles: [[<-- prev]](/core-kotlin)