Does anyone have problem running the Jetpack Sampl...
# compose
m
Does anyone have problem running the Jetpack Sample on Android Studio Arctic Fox 2020.3.1 Canary 3? Error is "The project is using an incompatible version (7.0.0-alpha02) of the Android Gradle plugin." and it cannot be resolved automatically by Android Studio.
z
usually the AGP canary version has to match the AS canary version – does it work if you change the AGP version to alpha03?
m
The gradle files for the sample are quite complex. There is lots of Kotlin code used in the build files. And the dependencies defined in the buildSrc folder. Interesting! Changed
androidGradlePlugin
's value in dependencies.kt to "com.android.tools.build:gradle :7.0.0-alpha03" and it is working.