[Android] Replace Guava with Kotlin Stdlib usages
Open
@sanchezz93 is already working on this.
Since Jul 6, 2021.
Android
- Dominant language
- Kotlin
- Stars
- 7.9k
- Forks
- 914
- PR merge metrics
- No merged PRs in 30d
Description
Investigate if we can remove guava in favor of kotlin stdlib
Usages:
❯ agc "import com.google.common.base.*" | sort | uniq
import com.google.common.base.Charsets;
import com.google.common.base.Joiner
import com.google.common.base.Optional
import com.google.common.base.Preconditions;
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.