-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
[Android] R8 - Missing class io.ktor.client.network... #719
Comments
@Foso Hello. Are there any updates? This is a blocking issue for me. |
Hi @Monabr for me its look all missing classes are related to the Ktor Websockets plugin and not Ktorfit. Try adding this to your proguard/R8 file: -keep class io.ktor.client.network.sockets.** { ; } |
Hi @Foso. After I added this I still have errors.
|
@Foso to the errors reduced to
|
@Foso to the errors reduced to
I still have rule But it does not help |
@Monabr Have you tried
That worked for me with the same error If there are still more errors, proguard should generate a file in |
Ktorfit version
2.1.0
What happened and how can we reproduce this issue?
And try to build release android project.
The build fails with big message:
What did you expect to happen?
Project builds successfully.
Is there anything else we need to know about?
I tried with
and
and still getting this error.
The text was updated successfully, but these errors were encountered: