Unable to sync Android Studio when version 0.30.0 of the plugin is applied to buildSrc #474
Closed
1 task done
Labels
problem
Something isn't working
🐛 Describe the bug
Syncing Gradle project with Android Studio doesn't work anymore with the plugin set up in buildSrc. This used to work in version 0.23.0. When I remove the plugin from buildSrc (and replace placeholders with actual versions), sync completes successfully.
When syncing with Android Studio, it fails with this exception:
✅ Expected behavior
Sync completes successfully.
💣 Steps to reproduce
I have this in my
buildSrc/settings.gradle.kts
:Then hit the sync button.
I'm not able to reproduce this from running gradle directly i.e.,
./gradlew build
runs successfully.📱 Tech info
Not able to reproduce running gradle directly, so I'm not sure how to do a build scan.
Reproduced on:
Build #AI-212.5457.46.2112.7968471, built on December 4, 2021
Runtime version: 11.0.12+0-b1504.28-7817840 aarch64
Build #AI-203.7717.56.2031.7935034, built on November 21, 2021
Runtime version: 11.0.10+0-b96-7249189 aarch64
The text was updated successfully, but these errors were encountered: