Migrate from Kotlin synthetics to Jetpack view binding (#5546)

This commit is contained in:
Adam Jones 2024-02-14 09:29:06 +00:00 committed by GitHub
parent b18117bc07
commit 1cbce77d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 73 additions and 68 deletions

View file

@ -2,7 +2,7 @@ package fr.free.nrw.commons
import android.os.Parcelable
import fr.free.nrw.commons.location.LatLng
import kotlinx.android.parcel.Parcelize
import kotlinx.parcelize.Parcelize
import fr.free.nrw.commons.wikidata.model.page.PageTitle
import java.util.*