I have some problems with Intellij — the previous ...
# announcements
c
I have some problems with Intellij — the previous instance of the program doesn't stop if I start a new one despite having parallel run disabled. Also, it started for some reason running with Gradle and stopping it with Intellij causes it to “fail”
image.png,image.png,image.png
It might've started after updating the Kotlin plugin but why would they break it?
(also, I have the Gradle
build
task set as before launch in this configuration)
v
Having the Gradle
build
task is probably superfluous, as the Gradle task you run to run it should usually depend on all tasks it needs to be run before. Are you sure that prallel execution is disabled in the run configuration? Never had a run configuration run twice at the same time if that was disabled.
c
Yes, it's on the screen above
v
But it doesn't match. You show settings of
TraitorBotKt
but what is executed is
TraitorBot [TraitorBotKt.main()]
c
It's this one. I have no other build configuration
a
Please see https://kotlinlang.slack.com/archives/C0B8H786P/p1606217502169000 thread. TLDR: Kotlin plugin 1.4.21, released soon, should not have this problem.
e
@Alexey Belkov [JB] If 1.4.21 is not released yet, could you please include that 1.4.20 regression bugfix as well? https://youtrack.jetbrains.com/issue/KT-42758
a
😔 1