Kotlin Generics in Depth
Prepared in 2021, talk delivered at Droidcon SF in June 2022.
Sources
- Ins and Outs of Generic Veriance - Dave Leeds
- Reification of the Erased
- Idiomatic Kotlin Variance
- Variance in Java Generics
- Kotlin 102 - Beyond the Basics • Hadi Hariri • GOTO 2018
- Jimmy Sambuo: How To Use Covariance and Contravariance to Build Flexible and Robust Programs
- Kotlin's Generics Documentation