updated to android studio 3.3.0 and got this warning.
WARNING: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getAssemble(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace.
Affected Modules: app
what does it mean use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace. where should i put that.
Not able to Build