I have added a new issue on Youtrack
https://youtrack.jetbrains.com/issue/KT-25180
Here I want to add a toMap() function to Kotlin Any class which will return a hashmap of the variables of the class mapped to their instance value using Java reflection.
Is there anything I need to know before beginning on this issue?