DataBinding Kotlin

0

I have a project that was done in Java, with lifecycle, room and everything, and now I'm migrating to Kotlin. I'm trying to use databinding, but it's giving me this error:

  

Can not access class 'Loguin.Loguin'. Check your module classpath for missing or conflicting dependencies

     

Type mismatch: inferred type is br.com.ieb.paciente.Loguin.Loguin but Loguin.Loguin? was expected

From what I understand, it's creating ActivityLoguinBinding in Java instead of Kotlin.

    
asked by anonymous 07.11.2018 / 13:30

0 answers