12 lines
556 B
Markdown
12 lines
556 B
Markdown
|
## Core Kotlin Advanced
|
||
|
|
||
|
This module contains articles about advanced topics in Kotlin.
|
||
|
|
||
|
### Relevant articles:
|
||
|
- [Building DSLs in Kotlin](https://www.baeldung.com/kotlin-dsl)
|
||
|
- [Regular Expressions in Kotlin](https://www.baeldung.com/kotlin-regular-expressions)
|
||
|
- [Idiomatic Logging in Kotlin](https://www.baeldung.com/kotlin-logging)
|
||
|
- [Mapping of Data Objects in Kotlin](https://www.baeldung.com/kotlin-data-objects)
|
||
|
- [Reflection with Kotlin](https://www.baeldung.com/kotlin-reflection)
|
||
|
- [Kotlin Contracts](https://www.baeldung.com/kotlin-contracts)
|