From d154b11999dbf50a532fe1df64126e67576b145c Mon Sep 17 00:00:00 2001 From: Neal Date: Thu, 26 Sep 2024 13:51:19 -0700 Subject: [PATCH] Add deprecation warning to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5880e56c..4715a1df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -# web5-sdk-kotlin +# ⚠️ Deprecated ⚠️ + +## web5-sdk-kotlin + +This repository is deprecated. The last version of web5-kt that used this repository is 2.0.1. + +Starting from version 4.0.0, the project has transitioned to using the [web5-rs Kotlin bindings repository](https://github.com/TBD54566975/web5-rs/tree/main/bound/kt). + [![License](https://img.shields.io/github/license/TBD54566975/web5-kt)](https://github.com/TBD54566975/web5-kt/blob/main/LICENSE) [![SDK Kotlin CI](https://github.com/TBD54566975/web5-kt/actions/workflows/ci.yml/badge.svg)](https://github.com/TBD54566975/web5-kt/actions/workflows/ci.yml) [![Coverage](https://img.shields.io/codecov/c/gh/tbd54566975/web5-kt/main?logo=codecov&logoColor=FFFFFF&style=flat-square&token=YI87CKF1LI)](https://codecov.io/github/TBD54566975/web5-kt)