Hi everyone. Ever since updating my kotlin plugin ...
# multiplatform
b
Hi everyone. Ever since updating my kotlin plugin to 1.3.60 I cannot run selected common tests using the green triangle, it says "No tasks available". Anyone else having this problem?
s
Did you upgrade the IDE and the Gradle plugin?
b
Yep IDE and plugins up to date. Also updated version of kotlin in gradle build file.
s
Which targets did you configure?
I currently have a playground open, maybe I can reproduce 🤔
b
Just android so far. Hmm it seems to be happening in one of my projects, not the other, so maybe don't worry about it. Must be some weird setup. But definitely happened immediately after updating kotlin plugin.
k
that didn't work for me before I upgraded
i just run the testDebugUnitTest gradle task
b
Yeah I'm doing that too. I've had problems before, but was working 5 minutes before I updated.
s
I’m having the same issue, but not in a Javascript project, not multiplatform.
Did you find a solution in the end?
a
MPP gutters was just released in 1.3.60. The issue you're describing looks like https://youtrack.jetbrains.com/issue/KT-34535, please vote.
@Samuel Cook Are you using the latest versions of IDEA and Kotlin plugin? If it's not an MPP project, please report a separate issue to http://kotl.in/issue with a sample project to reproduce if possible. Thanks in advance!
e
I've the same issue in an MPP project (Yep, it looks like
KT-34535
)