Please Help, I update kotlin plugin to 1.5.20 and ...
# compose-desktop
a
Please Help, I update kotlin plugin to 1.5.20 and I know it's not compile How to return to old 1.5.10 I tried to install it from desk using zip file but I had a lot of problems of Android bundles !!! What I have to do know ?
k
The easiest would probably be to reinstall IDEA as a clean one
a
@Kirill Grouchnikov But this will not solve the problem as the problem here is the Kotlin plugin version wich is 1.5.20 I want to return it to be 1.5.10
k
Install clean version of IDEA. Unless that comes with 1.5.20 already in the image.
a
I solved the problem, Thank you for helping
c
You can also reinstall the Kotlin plugin with different versions listed here: https://plugins.jetbrains.com/plugin/6954-kotlin/versions
❤️ 1
The one challenge though is knowing which one was the “default” version bundled in the respective IDEA release
❤️ 1
I have this issue sometimes when I accidentally update the Kotlin plugin in Android Studio
😢 1
The compatibility column is probably your best bet to figure that out
❤️ 1
a
Thank you so much @Chris Sinco [G]
t
I also installed kotlin plugin 1.5.20 but it still works fine. Of course in your gradle file you need to specify kotlin 1.5.10 dependent on the compose version you are using.
1