Jason Ankers
03/18/2022, 8:10 AMKClass.objectInstance
from working in fullMode? The error message is a bit cryptic:
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 onnapperley
03/21/2022, 11:00 PMJason Ankers
03/22/2022, 4:34 AMnapperley
03/22/2022, 11:46 PM