You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The v7.5 samples do not have a build.gradle file in the root project directory. Completion's __gradle-set-build-file() depends primarily on finding that file in the root project dir.
In the root, doing
$ touch build.gradle
which creates an empty build.gradle file, got completion to start working.
BTW, trying
rootProject.buildFileName = 'lib/build.gradle'
Fails with Multiple projects in this build have build file
The text was updated successfully, but these errors were encountered:
The
v7.5
samples do not have abuild.gradle
file in the root project directory. Completion's__gradle-set-build-file()
depends primarily on finding that file in the root project dir.In the root, doing
which creates an empty
build.gradle
file, got completion to start working.BTW, trying
Fails with
Multiple projects in this build have build file
The text was updated successfully, but these errors were encountered: