I added the new setting:
android.enableR8 = true
to my Gradle file but and 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?
I added the new setting:
android.enableR8 = true
to my Gradle file but and 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?
This is a new feature. The warning is just that. It already works.
The warning will disappear in a future version of Android Studio.
Just delete android.enableR8=true from your gradle.properties and Sync again.
Wait till sync finished, then you will find everything is working fine...