hi all, i have a mystery thing in my code. i use k...
# announcements
d
hi all, i have a mystery thing in my code. i use kotlin to call some class getter (from java class), like
it.result.photos
and it gets me null, but if i change it to
it.result.getPhotos()
(as in the source class) it gets me result that i expect