hi!
Is it a Bug or a feature, that i cannot execute tests anymore by clicking the green triangle in the editor after the kotlin plugin was upgraded to 1.4 because the project's version of kotlinx.serialization is too old?
The project itself is stil 1.3.x
m
Margarita Bobova
08/20/2020, 8:19 AM
@thana Hello! Maybe #serialization channel will be helpful
t
thana
08/20/2020, 8:32 AM
Hey @Margarita Bobova you sure? I do really think this is an intellij issue. The test should be executed using the kotlin version configured for the project, shouldn;t it?
thana
08/20/2020, 8:32 AM
Also i cannot revert intellij's kotlin plugin to an older version to enable this feature again, so i'm pretty much stuck
m
Margarita Bobova
08/20/2020, 8:38 AM
@thana you can revert plugin version manually by downloading an older version from here https://plugins.jetbrains.com/plugin/6954-kotlin/versions and then in ide chose Preferences | Plugins | Install plugin from disk
could you please share the project or some reproducible code example?