Do we need to add any extra dependencies to be abl...
# gradle
k
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
kotlin-stdlib
com.google.code.findbugs
moshi
,
retrofit
,
moshi-kotlin-codegen