trying out AS 3.2 canary 14 mostly because i want ...
# android
m
trying out AS 3.2 canary 14 mostly because i want to try out the material components aka androidx, after migrating my existing project to compile with andoird-p sdk am getting the following error on my existing kotlin extensions
Copy code
Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
public val Activity.constraintLayoutSettings: ConstraintLayout! defined in kotlinx.android.synthetic.main.fragment_account_preview
any idea ?