fenix/config
Mugurell cb32b1437e For #17917 - Remove the `kotlin-android-extensions` plugin
This means no code will be generated by Kotlin Android Extensions for caching
views and also for @Parcelize annotated classes.

As recommended in the official documentation
https://developer.android.com/topic/libraries/view-binding/migration#gradle
we need to switch on using `kotlinx.parcelize.Parcelize` instead of
`import kotlinx.android.parcel.Parcelize`

For #17917 - Remove the `kotlin-android-extensions` plugin

This means no code will be generated by Kotlin Android Extensions for caching
views and also for @Parcelize annotated classes.

As recommended in the official documentation
https://developer.android.com/topic/libraries/view-binding/migration#gradle
we need to switch on using `kotlinx.parcelize.Parcelize` instead of
`import kotlinx.android.parcel.Parcelize`
2021-08-24 10:26:36 +00:00
..
detekt.yml For #17917 - Remove the `kotlin-android-extensions` plugin 2021-08-24 10:26:36 +00:00
license.template CI for PR #9705 (#12748) 2020-07-20 15:09:58 -07:00
pre-push-recommended.sh For perf-frontend-issues#211: add pycodestyle to pre-push hook. 2021-07-26 23:54:39 +00:00