We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Project does not builds. I believe you need to provide R8 instructions.
To Reproduce Use
isDebuggable = false isMinifyEnabled = true
Than build the project
Expected behavior Expect to build project in release mode.
Additional context The error I am getting is: The companion object Companion could not be found in class com.google.android.gms.internal.location.zze
The companion object Companion could not be found in class com.google.android.gms.internal.location.zze
The text was updated successfully, but these errors were encountered:
Well it's just a warning I have more Ktor error, but still there is no R8 instructions.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Project does not builds. I believe you need to provide R8 instructions.
To Reproduce
Use
Than build the project
Expected behavior
Expect to build project in release mode.
Additional context
The error I am getting is:
The companion object Companion could not be found in class com.google.android.gms.internal.location.zze
The text was updated successfully, but these errors were encountered: