coroutine_read_actions.topic: Fix the Kotlin version that doesn't allow combine interceptors and dispatchers

This commit is contained in:
Karol Lewandowski 2024-07-11 13:48:28 +02:00
parent 777916bf24
commit 31b661da18

View File

@ -220,7 +220,7 @@
</p>
<p>
As of Kotlin 1.5.x, it is not possible to combine interceptors and dispatchers.
As of Kotlin 1.8.x, it is not possible to combine interceptors and dispatchers.
Only one of them can exist in the context:
</p>