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
Android Studio Gives This Warning (see below) but there is no option to do this in the refactor menu.
The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated.
The current default is 'false'.
It will be removed in version 9.0 of the Android Gradle plugin.
To keep using this feature, add the following to your module-level build.gradle files:
android.buildFeatures.buildConfig = true
or from Android Studio, click: Refactor > Migrate BuildConfig to Gradle Build Files.
Affected Modules: FtcRobotController
The text was updated successfully, but these errors were encountered:
Android Studio Gives This Warning (see below) but there is no option to do this in the refactor menu.
The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated.
The current default is 'false'.
It will be removed in version 9.0 of the Android Gradle plugin.
To keep using this feature, add the following to your module-level build.gradle files:
android.buildFeatures.buildConfig = true
or from Android Studio, click:
Refactor
>Migrate BuildConfig to Gradle Build Files
.Affected Modules: FtcRobotController
The text was updated successfully, but these errors were encountered: