Newbie with a question... I have a java based third party library that uses Java Reflection to grab all of the methods on a class that I provide to it. the issue is that the Third party code is using reflection to do a class.getMethods() which is problematic because the class is in Kotlin and has now "hidden" those fields