Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove kotlin-android-extensions #481

Merged
merged 2 commits into from
Oct 21, 2020
Merged

Conversation

vbuberen
Copy link
Collaborator

@vbuberen vbuberen commented Oct 20, 2020

📄 Context

There is an open issue #480 . To fix it, I suggest to remove the kotlin-android-extensions plugin from the library.
Also, Chucker uses ViewBinding for quite a long time already, so we can get rid of this plugin anyway.

📝 Changes

  • Removed kotlin-android-extensions plugin from library module.
  • Removed kotlin-android-extensions plugin from sample module.
  • Enabled ViewBinding in sample module.

🚫 Breaking

Nothing

🛠️ How to test

Run sample app and see that everything works fine.

⏱️ Next steps

Closes #480

@vbuberen vbuberen added bug Something isn't working enhancement New feature or improvement to the library labels Oct 20, 2020
@vbuberen vbuberen added this to the 3.3.1 milestone Oct 20, 2020
Copy link
Member

@cortinico cortinico left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@vbuberen
Copy link
Collaborator Author

Updated changelog as well to follow our updated process.

@vbuberen vbuberen merged commit 5569622 into develop Oct 21, 2020
@vbuberen vbuberen deleted the remove_kotlin_extensions branch October 21, 2020 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or improvement to the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chucker 3.3.0 is incompatible with projects using Kotlin 1.4.20 and @Parcelize
3 participants