You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app
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`
3 years ago
..
sampledata For #7092: Add initial Migration UI 4 years ago
src For #17917 - Remove the `kotlin-android-extensions` plugin 3 years ago
.gitignore
benchmark.gradle For #19901: correct spacing in comment on how to run 3 years ago
build.gradle For #17917 - Remove the `kotlin-android-extensions` plugin 3 years ago
lint-baseline.xml For #17917 - Add a Kotlin synthetics Lint detector 3 years ago
lint.xml #7346 update lint-baseline.xml and remove activity_addons.xml as unused resource 3 years ago
metrics.yaml For #20328 - Adds telemetry for recentlyClosed button 3 years ago
pings.yaml For #20596 remove startup timeline probes 3 years ago
proguard-rules.pro For #20824: use fast service loader for MainDispatcherFactory. 3 years ago