My IDE (Android Studio) automatically updated the ...
# announcements
o
My IDE (Android Studio) automatically updated the kotlin compiler plugin version to 1.4. Now my compiler is giving imaginary errors, probably because my gradle is still on 1.3.72 ( I cant change to 1.4 because of kotlinx.serialization breaking changes, sigh). How do I downgrade my IDE's kotlin compiler plugion from 1.4 to 1.372?
1
👀 1
j
Delete the plugin and restart the IDE. It will have the old plugin. Disable auto update
o
How do delete the plugin and disable auto update? @Jurriaan Mous
j
You can uninstall the plugin in preferences
It should fall back to 1.3.72
I thought it was auto updating and it could be disabled but I remembered wrong. You have to always install it manually it seems. But probably you pressed a dialog to update after starting.
o
Thanks, will try it out
s
File -> Settings -> KotlinCompiler Language version to 1.3 worked for me