Skip to content

Fixes and adds tests for Kotlin Serialization version compatibility issue #163

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

Merged
merged 13 commits into from
May 2, 2025

Conversation

JasonSznol
Copy link
Member

@JasonSznol JasonSznol commented May 2, 2025

Changes

  • Adds the integration-test subproject which validates that the binaries produced will work in an environment using the minimum required versions.
  • Sets the preferred version of Kotlin Serialization to 1.7.3 to fix crashing issues when OpenRTB used with older serialization versions
  • Renamed DeserializationTest to BIdRequestTest and BIdResponseTest
  • Updated Kotlin API version to 1.9

Min Versions

  • Android Gradle Plugin: 8.2.2
  • Android Compile SDK: 34
  • Kotlin: 1.9.22
  • Kotlin Serialization: 1.5.1

Updated Libraries

  • Gradle: 8.14
  • Kotlin: 2.1.20
  • Kotlin Serialization: Require 1.5.1, Preferred 1.7.3

Note

This passed and failed checks demonstrate different approaches tried to fix the underlying crash.

@JasonSznol JasonSznol merged commit 1cdf724 into main May 2, 2025
1 check passed
@JasonSznol JasonSznol deleted the kotlin/compatibility branch May 2, 2025 19:40
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.

2 participants