What would R8 be stripping to prevent `KClass.obje...
# gradle
j
What would R8 be stripping to prevent
KClass.objectInstance
from working in fullMode? The error message is a bit cryptic:
Copy code
Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath
I am already
-keep
ing the class which I call
objectInstance
on, and
kotlin-reflect
is specified as part of my dependencies. It only breaks when
fullMode
is turned on
n
This isn't Gradle related.
j
Suggest a channel then
n
I'm guessing that this is Android development related, therefore I suggest posting this in #android.