Forked form tompee26's idiomatic-kotlin 。
Contains all the code presented in the Idiomatic Kotlin tutorial series.
- Idiomatic Kotlin: Extension functions
- Idiomatic Kotlin: Sealed Classes
- Idiomatic Kotlin: Infix functions
- Idiomatic Kotlin: Class Delegates
- Idiomatic Kotlin: Local functions
- Idiomatic Kotlin: Object and Singleton
- Idiomatic Kotlin: Sequences
- Idiomatic Kotlin: Lambdas and SAM constructors
- Idiomatic Kotlin: Lambdas with Receiver and DSL
- Idiomatic Kotlin: Elvis Operator
- Idiomatic Kotlin: Property Delegates and Lazy
- Idiomatic Kotlin: Higher-order functions and Function Types
- Idiomatic Kotlin: Inline functions
- Idiomatic Kotlin: Lambdas and Control Flows
- Idiomatic Kotlin: Reified Parameters
- Idiomatic Kotlin: Noinline and Crossinline
- Idiomatic Kotlin: Variance
- Idiomatic Kotlin: Annotations and Reflection
- Idiomatic Kotlin: Annotation Processor and Code Generation
Check out all the other articles on the publication as well here.