Not that it needs it, but just to help reduce external dependencies we could try to remove both joda-time and gson and replace with the native Java/Kotlin APIs.
Both libraries are only getting used in a single function so it shouldn't be to much effort to replace them.
Not that it needs it, but just to help reduce external dependencies we could try to remove both
joda-timeandgsonand replace with the native Java/Kotlin APIs.Both libraries are only getting used in a single function so it shouldn't be to much effort to replace them.