Upgrading to 2021.3 broke kotlinx-serialization in...
# intellij
r
Upgrading to 2021.3 broke kotlinx-serialization in mine and a colleague’s projects, because it broke the path to the plugin jar in all the
.iml
files in the project. It became
<option value="/<no_path>/lib/kotlinx-serialization-compiler-plugin.jar" />
when it should be
<option value="$KOTLIN_BUNDLED$/lib/kotlinx-serialization-compiler-plugin.jar" />
.