Jérôme Gully
05/14/2020, 2:33 PMConferenceParticipantCardView
I use view binding, this is the import:
import com.ale.rainbowsdk.widget.rbvideoview.databinding.ConferenceParticipantCardviewBinding
when I click on it, I can navigate to the associated layout xml.
Inside AndroidStudio all is working fine, no error, but at compile time, I have this:
e: .../src/main/java/com/ale/rainbowsdk/widget/rbvideoview/ConferenceParticipantCardView.kt: (14, 46): Unresolved reference: databinding
e: .../src/main/java/com/ale/rainbowsdk/widget/rbvideoview/ConferenceParticipantCardView.kt: (28, 35): Unresolved reference: ConferenceParticipantCardviewBinding
PS: before, my ConferenceParticipantCardView
class was inside my main project and all was working fine
PS2: package for my module inside manifest is com.ale.rainbowsdk.widget.rbvideoview