Skip to content

Commit

Permalink
Make kotlinxCoroutinesJavaAgent available since 221
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Sep 7, 2023
1 parent a2772c9 commit 8ce5db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class IntelliJPlatformArgumentProvider(

private val kotlinxCoroutinesJavaAgent
get() = "-javaagent:$coroutinesJavaAgentPath".takeIf {
buildNumber >= Version(212)
buildNumber >= Version(221)
}

private val additionalJvmArguments
Expand Down

0 comments on commit 8ce5db5

Please sign in to comment.