Migrated util module files from java to kotlin (#5935)

* Rename .java to .kt

* Migrated the following files in util module to Kotlin
- AbstractTextWatcher
- ActivityUtils
- CommonsDateUtil
- DateUtil

* Rename .java to .kt

* Migrated the following files in util module to Kotlin
- DeviceInfoUtil
- ExecutorUtils
- FragmentUtils
This commit is contained in:
Saifuddin Adenwala 2024-11-17 19:05:25 +05:30 committed by GitHub
parent 248c7b0ceb
commit 5c8c4032e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 288 additions and 290 deletions

View file

@ -7,8 +7,8 @@ import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.annotations.SerializedName;
import org.apache.commons.lang3.StringUtils;
import fr.free.nrw.commons.utils.DateUtil;
import org.apache.commons.lang3.StringUtils;
import fr.free.nrw.commons.wikidata.GsonUtil;
import java.text.ParseException;