How to get 'android.enableR8=true' to pass without warning?
Just delete android.enableR8=true
from your gradle.properties
and Sync again.
Wait till sync is finished, then you will find everything is working fine...
This is a new feature. The warning is just that. It already works.
The warning will disappear in a future version of Android Studio.