From eda4d56d10d90110807ef4f80f1817deaf35422c Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Mon, 27 Nov 2023 11:49:03 +0100 Subject: [PATCH] add a note in the migration guide --- docs/source/migration/4.0.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/migration/4.0.mdx b/docs/source/migration/4.0.mdx index 2fc6d7a9ba1..b24e638bc97 100644 --- a/docs/source/migration/4.0.mdx +++ b/docs/source/migration/4.0.mdx @@ -241,4 +241,6 @@ It is not possible to create a `Schema` from a File or String directly anymore. ## Removed RxJava artifacts -* Use `toFlow().asFlowable()` and [`kotlinx-coroutines-rx2`](https://github.com/Kotlin/kotlinx.coroutines/tree/master/reactive/kotlinx-coroutines-rx2) or [`kotlinx-coroutines-rx3`](https://github.com/Kotlin/kotlinx.coroutines/tree/master/reactive/kotlinx-coroutines-rx3) \ No newline at end of file +* Use `toFlow().asFlowable()` and [`kotlinx-coroutines-rx2`](https://github.com/Kotlin/kotlinx.coroutines/tree/master/reactive/kotlinx-coroutines-rx2) or [`kotlinx-coroutines-rx3`](https://github.com/Kotlin/kotlinx.coroutines/tree/master/reactive/kotlinx-coroutines-rx3) + +## KotlinLabs 0.1 is not supported anymore \ No newline at end of file