Do we need to add any extra dependencies to be able to use
java.lang.reflect.*
package in a Kotlin/Java library? I am able to access this package in the main "android-application" module but some isn't working in my Java-Library module. I have added the following dependencies in this library module