diff --git a/web/README.md b/web/README.md index 47b34f8b..59b6eaa5 100644 --- a/web/README.md +++ b/web/README.md @@ -2,6 +2,9 @@ [![](https://jitpack.io/v/KevinnZou/compose-webview.svg)](https://jitpack.io/#KevinnZou/compose-webview) +> **Note** +> This library has been migrated to [compose-webview](https://github.com/KevinnZou/compose-webview) to independent from the accompanist library. + According to the [official documentation](https://medium.com/androiddevelopers/an-update-on-jetpack-compose-accompanist-libraries-august-2023-ac4cbbf059f1) updated on August 2023, Jetpack Compose Accompanist library decided to deprecate the Web library with no replacement. However, as a contributor to this library, I am still relying on it to provide WebView support in my App. Thus, I decided to fork that library and make future updates on it.