Hi All, I've just upgraded IntelliJ (paid) to 2021...
# kotest
t
Hi All, I've just upgraded IntelliJ (paid) to 2021.3.2, and I'm now receiving an IDE error every time I open a project. It doesn't seem to have broken any functionality, but I was wondering if there's a fix to stop it occurring. Here's the start of it:
Copy code
com.intellij.diagnostic.PluginException: The default implementation of method 'getId' is deprecated, you need to override it in 'class io.kotlintest.plugin.intellij.KotlinTestConfigurationFactory'. The default implementation delegates to 'getName' which may be localized, but return value of this method must not depend on current localization. [Plugin: kotlintest-plugin-intellij]
	at com.intellij.ide.plugins.PluginManagerCore.createPluginException(PluginManagerCore.java:290)
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:12)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:83)
r
It looks like you have an old version of the kotlintest plugin - it's called kotest now.
t
Thanks Rob. Will check it out.