I added the new setting:
android.enableR8 = true
to my Gradle file but I got the following warning from the compiler
WARNING: The option setting 'android.enableR8=true' is experimental and unsupported.
any suggestions on how to get this to work?