I am developing a code generator that takes data from classes at runtime. This generator is designed to work only with Kotlin. At the moment, I am faced with a problem, since I do not know how to check if the field is zero.
So, the main question is how to implement this check through reflection?
java reflection null nullable kotlin
Yanislav Kornev
source share