https://kotlinlang.org logo
Title
a

Akram Bensalem

06/29/2021, 5:08 PM
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

Kirill Grouchnikov

06/29/2021, 5:59 PM
The easiest would probably be to reinstall IDEA as a clean one
a

Akram Bensalem

06/29/2021, 6:01 PM
@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

Kirill Grouchnikov

06/29/2021, 6:02 PM
Install clean version of IDEA. Unless that comes with 1.5.20 already in the image.
a

Akram Bensalem

06/29/2021, 6:17 PM
I solved the problem, Thank you for helping
c

Chris Sinco [G]

06/29/2021, 7:05 PM
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

Akram Bensalem

06/29/2021, 7:10 PM
Thank you so much @Chris Sinco [G]
t

Timo Drick

06/29/2021, 7:11 PM
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