Skip to content

Commit e650a5d

Browse files
koshachypablobaxter
authored andcommitted
update: delete -Xcoroutines flag since it will be removed in Kotlin 1.5.0 (Kotlin#2620)
1 parent 65093bc commit e650a5d

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)