https://kotlinlang.org logo
f

francois

08/17/2016, 11:29 AM
@anokmik: I will try to investigate a bit more but it looks like it works I need to use databinding.compiler = 2.1.0 like you instead of the last 2.1.3 Also, some expressions which used to work like
Copy code
android:background="@{item.isWhen() ? @drawable/transparent : @drawable/app_btn_background_material}"