In the docs ( https://kotlinlang.org/docs/reference/reflection.html ) it is not mentioned what features of the reflection api are included in the reflection library. I can do basic reflection (listing members,parameters,etc) without explicitly referencing this library. When do i have to include it on android ?