Skip to content
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

Add a Proguard rule for the missing serialization classes #336

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

dkhalanskyjb
Copy link
Contributor

This permits using kotlinx-datetime without kotlinx-serialization on Android without complaints from the build tooling.

Fixes #297

This permits using kotlinx-datetime without kotlinx-serialization
on Android without complaints from the build tooling.

Fixes #297
@dkhalanskyjb
Copy link
Contributor Author

The reproducer for this issue no longer fails with an error if I publish the library locally with these changes and add a dependency on it.

@dkhalanskyjb dkhalanskyjb merged commit 6998557 into master Jan 22, 2024
1 check passed
@dkhalanskyjb dkhalanskyjb deleted the add-proguard-rules branch January 22, 2024 15:07
dkhalanskyjb added a commit that referenced this pull request Feb 13, 2024
This permits using kotlinx-datetime without kotlinx-serialization
on Android without complaints from the build tooling.

Fixes #297
@LouisCAD
Copy link

Hello, thank you for the fix!

Can we expect a release with these changes soon?

@dkhalanskyjb
Copy link
Contributor Author

@LouisCAD, yes, a couple more things, and we'll be able to publish a release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing classes detected while running R8 / Proguard
3 participants