Skip to content

Commit c82a54d

Browse files
committed
Fixed readme to stress that only Gradle 4.7 works now
1 parent 9964b3d commit c82a54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Use [`org.jetbrains.kotlinx:kotlinx-coroutines-core-native:<version>`](kotlinx-c
88
module in your Gradle/Maven dependencies.
99
Only single-threaded code (JS-style) is currently supported.
1010

11-
Kotlin/Native supports only Gradle version 4.7 or later
11+
Kotlin/Native libraries would only work under Gradle version 4.7 (**exactly**)
1212
and you should use `kotlin-platform-native` plugin.
1313

1414
First of all, you'll need to enable Gradle metadata in your

0 commit comments

Comments
 (0)