Hi guys
Im currently trying to create an interceptor for method calls. In this I want to get the return type of the called method but it always returns
java.lang.Object
My suspicion is that this is because I use kotlin.
Does anyone have experience with this?