Skip to content

databinding not generating #13

@lemcoder

Description

@lemcoder

Hello!

Due to changes in newer versions of databinding the binding classes are not generating correctly

To fix this issue we need to wrap each layout file with tag like following:

<layout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    
    // ... layout markup here
    
</layout>

More info: https://developer.android.com/topic/libraries/data-binding/expressions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions