This repo is a list of examples in Kotlin that escape the norm. This is your guide to the mysterious and different in Kotlin.
Version - Git-Tag | Git Hash | Purpose |
---|---|---|
1.0.0 | 3d176b17596bc4fef7fb59c0ba8d49b7eb7c0268 | Decoding Kotlin - Your guide to solving the mysterious in Kotlin |
- Nullability
- Working with the Spring Framework - carparts-manager
- Reflection to force nulls - carparts-null-play
- inline and cross-inline - carparts-inline
- The Java overview
- Tail recursive => Tail Cal Optimization (TCO) - carparts-tairec
- What is it
- Why?
- How it makes us work recursively and not use mutable
- Data classes - carparts-data-structures
- Why things work and why things don't work
- How to fix the ones that don't
- How to work with use-site targets.
- What does a
delegate
do? and other use-site targets.- Delegates - carparts-use-site-targets
- Delegates with Spring - carparts-data-structures