Is there any timeline for intellij being able to b...
# intellij
c
Is there any timeline for intellij being able to be compatible with Android Gradle Plugin 7+? The last time I asked someone said in 2021.3 but it still isn't available (i.e. I opened an AGP 7+ project in Intellij and it gives me an error saying that it's not compatible with 7+)
j
2021.3 works with agp 7
c
Hm. Apparently I'm doing something wrong then... let me grab the exact error message I'm getting.
This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 2021.1.1 or newer.
IntelliJ IDEA 2021.3.1 (Community Edition) Build #IC-213.6461.79, built on December 28, 2021 Runtime version: 11.0.13+7-b1751.21 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 12.1 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 10 Non-Bundled Plugins: org.jetbrains.kotlin (213-1.6.10-release-923-IJ5744.223) Kotlin: 213-1.6.10-release-923-IJ5744.223
I wonder if it's because I'm on 7.1rc1. com.android.tools.buildG7.1.0-rc01
s
I'm in a similar boat. Have a KMM project built in Android Studio 2021.1.1 (Bumblebee) and then wanted to add some Kotlin Native code (and use the native debugger), so tried to open in Intellij Ultimate 2021.3.1 and get the above error. The version of the bundled plugin for Android in Ultimate is 2020.3.1 final and it seems like I can't upgrade that. Is there a workaround for this?
j
7.1 is not supported
s
7.0.4 it is 🙂 Thanks...