Skip to content

Commit

Permalink
add a note in the migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Nov 27, 2023
1 parent 9161652 commit eda4d56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/migration/4.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* 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

0 comments on commit eda4d56

Please sign in to comment.