Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels