Skip to content

🐞 Fix: Viewbinding Issue with Codeassist With Improvement in Docs #6

Merged
JeelDobariya38 merged 6 commits intomainfrom
jeel-dev
Aug 20, 2024
Merged

🐞 Fix: Viewbinding Issue with Codeassist With Improvement in Docs #6
JeelDobariya38 merged 6 commits intomainfrom
jeel-dev

Conversation

@JeelDobariya38
Copy link
Member

Changes Made

  • fix viewbinding compatible issue with code assist.
  • make documention update with current app. removed unnecessary complexity.

@JeelDobariya38 JeelDobariya38 added bug Something isn't working documentation Improvements or additions to documentation labels Aug 18, 2024
@JeelDobariya38 JeelDobariya38 changed the title Fix: Viewbinding Issue with Codeassist With Improvement in Docs Fix: Viewbinding Issue with Codeassist With Improvement in Docs Aug 19, 2024
@JeelDobariya38 JeelDobariya38 changed the title Fix: Viewbinding Issue with Codeassist With Improvement in Docs 🐞 Fix: Viewbinding Issue with Codeassist With Improvement in Docs Aug 19, 2024
remove unused databinding dependencies
app/build.gradle Outdated
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.databinding:viewbinding:7.4.1'
//implementation 'androidx.databinding:viewbinding:7.4.1'
Copy link
Member Author

@JeelDobariya38 JeelDobariya38 Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need this as dependency for code assist. because otherwise it give us wired errors. as the project was not created from viewbinding template. @kudanilll

@JeelDobariya38 JeelDobariya38 requested review from a user and kudanilll August 20, 2024 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants