From a1f0bebbaa44bc39d2f68205d8078dd0c01e2a2d Mon Sep 17 00:00:00 2001 From: Tyler <18113850+dshukertjr@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:54:31 +0000 Subject: [PATCH] chore: Add link to supabase-kt repo in prep to archive the repo. (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add link to supabase-kt repo * make the message more descriptive * Update README.md Co-authored-by: Tyler <18113850+dshukertjr@users.noreply.github.com> --------- Co-authored-by: Kevin Grüneberg --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abcff78..7da6836 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Kotlin Client for PostgREST +> **Warning** +> This repository is archived. Use [supabase-kt](https://github.com/supabase-community/supabase-kt) instead to use Supabase in your Kotlin projects. + Kotlin JVM client for [PostgREST](https://postgrest.org/) ![Java CI with Gradle](https://img.shields.io/github/workflow/status/supabase/postgrest-kt/Java%20CI%20with%20Gradle?label=BUILD&style=for-the-badge) @@ -218,4 +221,4 @@ val postgrestClient = PostgrestClient( httpClient = customHttpClient(), jsonConverter = customConverter() ) -``` \ No newline at end of file +```