Anki-Android
Anki-Android copied to clipboard
NF: apply Ide suggestion to use Kotlin's toString
It was done by replacing (java.lang.)?T.toString(([^()])) by $1.toString()
then searching and correcting manually T.toString(
Then adding parenthesis manually when $1 was an expression (always a division)
There are build errors.
If you're going to do this, don't use regex, use the IDE
Hello 👋, this PR has been opened for more than 2 months with no activity on it. If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing! You have 7 days until this gets closed automatically