Any clue how to fix this in intellij 2021.2? `This...
# compose
r
Any clue how to fix this in intellij 2021.2?
This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2020.3.1 or newer.
l
Either downgrade your agp to 4.0 or 4.1 I don't remember or you have to use AS
r
I do this by changing my build.gradle setting
com.android.tools.build:gradle
to 4.1 instead of 7.1.0?
👌 1
a
I installed android studio from canary channel, side by side, sure you can upgrade existing one too, This fixed the issue in my case.
r
Yeah thanks, only thing is that it isn't really a fix unless you want to trade intellij idea for Android studio. I use multiplatform setup so android is only one part.