https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
b

Ben Ryan

11/20/2019, 9:22 PM
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

Sebastian Sellmair [JB]

11/20/2019, 9:43 PM
Did you upgrade the IDE and the Gradle plugin?
b

Ben Ryan

11/20/2019, 9:46 PM
Yep IDE and plugins up to date. Also updated version of kotlin in gradle build file.
s

Sebastian Sellmair [JB]

11/20/2019, 9:49 PM
Which targets did you configure?
I currently have a playground open, maybe I can reproduce 🤔
b

Ben Ryan

11/20/2019, 9:54 PM
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

Kris Wong

11/20/2019, 9:59 PM
that didn't work for me before I upgraded
i just run the testDebugUnitTest gradle task
b

Ben Ryan

11/20/2019, 10:02 PM
Yeah I'm doing that too. I've had problems before, but was working 5 minutes before I updated.
s

Samuel Cook

11/25/2019, 2:29 AM
I’m having the same issue, but not in a Javascript project, not multiplatform.
Did you find a solution in the end?
a

Alexey Belkov [JB]

11/25/2019, 2:03 PM
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

EvaS

11/26/2019, 2:32 PM
I've the same issue in an MPP project (Yep, it looks like
KT-34535
)
2 Views