From f9a06cce7fa4601b636eb6a78e092c32c2411921 Mon Sep 17 00:00:00 2001 From: Eduard Wolf <67954676+ede-wolf-gls@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:12:33 +0200 Subject: [PATCH] Add kotlin address formatter to list of open source implementations (#112) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e419349..3c9cb33 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ There are open-source implementations in * [Go](https://github.com/timonmasberg/address-formatter) * [Java](https://github.com/placemarkt/address-formatter-java) * [Javascript](https://github.com/fragaria/address-formatter) + * [Kotlin](https://github.com/bettermile/address-formatter-kotlin) * [Perl](https://metacpan.org/release/Geo-Address-Formatter) * [PHP](https://github.com/predicthq/address-formatter-php) * [Python](https://github.com/pudo/addressformatting/tree/master)