guys, quick question: been using Android Studio wi...
# android
g
guys, quick question: been using Android Studio with kotlin plugins. So I've got this object (singleton idiom) in kotlin, and access it on Java code using ObjectName.INSTANCE.whatever. When on debug mode, hitting Alt+F8 (evaluate expression), the INSTANCE trick doesn't work, returning a NullPointerException. Has anyone been able to either overcome that issue or execute kotlin code on that mode?