hey guys! do you know if anko 10 is backward compa...
# anko
m
hey guys! do you know if anko 10 is backward compatible with anko 9? if not, what are the api breaking changes? i tried to update a project but saw that onClick for views is no longer there (or at least not where it used to be) but perhaps I messed up the update…?
m
mikesol: all changes are listed here: https://github.com/Kotlin/anko/releases
👍 1
m
thanks! do you know if the 0.10 beta 2 will work with the android studio visualization plugin?
m
No, I don’t I use IDEA without Anko preview 🙂
…listener shourcuts are moved to separate artifact. By the way, by using
setOnClicikListener
you will get less methods than with
onClick
.
e
@mikesol it will work but seems like once it is released https://github.com/Kotlin/anko/issues/314#issuecomment-298966465