scribe-org / Scribe-Android

Android app with keyboards for language learners
GNU General Public License v3.0
27 stars 14 forks source link

Migrate from Kotlin synthetics to Jetpack view binding #68

Closed angrezichatterbox closed 2 weeks ago

angrezichatterbox commented 2 weeks ago

Terms

Description

The Kotlin-android-extensions Gradle plugin is deprecated. To ensure future compatibility and to take advantage of the latest features, we need to migrate our app from using Kotlin Android Extensions to use ViewBinding.

Contribution

Iā€™m happy to take on this issue and am more than willing to assist anyone else who wants to work on it. šŸ˜„

andrewtavis commented 2 weeks ago

@angrezichatterbox, does this make sense for the next thing you work on? :) I think it'd be good to get this out of the way so that other people's developer experience is improved šŸ§‘ā€šŸ’»

angrezichatterbox commented 2 weeks ago

Yes, I would work on this. It wouldn't take too long as well.

andrewtavis commented 2 weeks ago

Assigned šŸ˜Š Thanks, @angrezichatterbox!

angrezichatterbox commented 2 weeks ago

I have created a pull request for this issue.

andrewtavis commented 2 weeks ago

Thanks for the quick fix here, @angrezichatterbox! Really nice to have the build settings up to date and everything working so nicely šŸ˜Š