You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest way to reproduce this is to create a new Android app. Ensure Android Gradle Plugin in 8 or higher. Add json-logic-kmp v1.1.7 and then do a release build.
The text was updated successfully, but these errors were encountered:
Thanks for the report!
Would you like to propose a change in the library that fixes that issue in the PR? We'll be happy to review and release it. I added you as a collaborator.
Updating to 1.1.7 broke our release build for our Android app. This appears to involve R8 +
kotlinx-datetime
which was added in this commit: 9f60270.It looks like
kotlinx-datetime
useskotlinx.serialization
andkotlinx.serialization
requires some specific proguard rules to work. See https://github.com/Kotlin/kotlinx.serialization#android.The easiest way to reproduce this is to create a new Android app. Ensure Android Gradle Plugin in 8 or higher. Add
json-logic-kmp
v1.1.7 and then do a release build.The text was updated successfully, but these errors were encountered: