does anyone know what to add to the proguard rules...
# android
j
does anyone know what to add to the proguard rules in order to use the google places API when proguard is active ? https://stackoverflow.com/a/19706824/883083 doesn’t work for me . So I figured it might be because of kotlin ?
f
There are proguard rules like
-keep
. Perhaps you forgot to add them