ylemoigne
04/15/2018, 7:57 PMjava.lang.IllegalAccessError: tried to access field ....
at runtime, all is green in the idea. (using kotlin 1.2.31). Should I fill an issue ?elexx
04/15/2018, 8:09 PMIllegalAccessError
is thrown, if you access for example a field that has isAccessible() == false
https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/AccessibleObject.html#isAccessible(). Depending on where its origin is (= first few lines of the stacktrace), it might or might not be a Kotlin problem.ylemoigne
04/15/2018, 8:16 PMelexx
04/15/2018, 8:18 PMylemoigne
04/15/2018, 8:22 PMelexx
04/15/2018, 8:48 PMShawn
04/15/2018, 9:00 PMylemoigne
04/15/2018, 9:00 PM