From b2d337c52703bc8822ecd7e241d0a8b58b339f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 27 Oct 2020 12:48:29 +0100 Subject: [PATCH] Fix Coroutines minimal version in the refdoc See gh-25969 --- src/docs/asciidoc/languages/kotlin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/languages/kotlin.adoc b/src/docs/asciidoc/languages/kotlin.adoc index 01ea4208dbe..76355eabf2f 100644 --- a/src/docs/asciidoc/languages/kotlin.adoc +++ b/src/docs/asciidoc/languages/kotlin.adoc @@ -434,7 +434,7 @@ dependencies { } ---- -Version `1.4.0-M1` and above are supported. +Version `1.4.0` and above are supported. === How Reactive translates to Coroutines?