I do have a question.. my IDE (Android Studio) was...
# announcements
d
I do have a question.. my IDE (Android Studio) was working well with it.. but now it seems to not find any of the extension methods, especially with anko. It will find some, but not others.. for example, button("foo") { ... } works fine, but I can't info("log message"). On another project the IDE isn't finding any of the extension methods, even though the compile will run ok. Any thoughts on how to settle this down?