Skip to content

Commit ea039ea

Browse files
authored
update: delete -Xcoroutines flag since it will be removed in Kotlin 1.5.0 (#2620)
1 parent 2021b5a commit ea039ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/topics/coroutines-basic-jvm.md

-5
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ Make sure it's configured for Kotlin 1.3 or higher.
5656
<groupId>org.jetbrains.kotlin</groupId>
5757
<artifactId>kotlin-maven-plugin</artifactId>
5858
...
59-
<configuration>
60-
<args>
61-
<arg>-Xcoroutines=enable</arg>
62-
</args>
63-
</configuration>
6459
</plugin>
6560
```
6661

0 commit comments

Comments
 (0)