Migrated widget module from Java to Kotlin (#5940)

* Rename .java to .kt

* Migrated widget module to Kotlin
This commit is contained in:
Saifuddin Adenwala 2024-11-20 09:11:50 +05:30 committed by GitHub
parent 0fdb0044b9
commit cb4ffd8ca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 224 additions and 237 deletions

View file

@ -2,7 +2,6 @@ package fr.free.nrw.commons.di;
import com.google.gson.Gson;
import fr.free.nrw.commons.actions.PageEditClient;
import fr.free.nrw.commons.explore.categories.CategoriesModule;
import fr.free.nrw.commons.navtab.MoreBottomSheetFragment;
import fr.free.nrw.commons.navtab.MoreBottomSheetLoggedOutFragment;