Today I've began getting few new Gradle Warnings when I'm trying to build the project, these are:
The following project options are deprecated and have been removed:
android.enableAapt2
This property has no effect, AAPT2 is now always used.
and
API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'.
It will be removed at the end of 2019.
And also today my Android Studio code editor is unable to resolve symbol R, when I'm trying to get resources - I belive it is connected. I've tried rebuild, clean + rebuild, invalidating cashes - nothing seem to work. Any ideas?