json-logic-kmp icon indicating copy to clipboard operation
json-logic-kmp copied to clipboard

Kotlin multiplatform JsonLogic expressions evaluation engine. Targets iOS and JVM (also Android).

Results 6 json-logic-kmp issues
Sort by recently updated
recently updated
newest added

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: https://github.com/allegro/json-logic-kmp/pull/120/commits/9f6027089ab3b049c1abaa0b8e8d6437e80e2a8f. It looks like `kotlinx-datetime` uses...

Bumps the github_actions group in /.github/workflows with 2 updates: [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `gradle/gradle-build-action` from 2 to 3 Release notes Sourced from gradle/gradle-build-action's releases. v3.0.0 This is the first release...

dependencies

Hey there! 👋🏻 And just a heads up, pieces of this message have been copy-pasted, but I've taken a look through the source code of this project; I noticed your...

## What: * Remove dependency on org.jetbrains.kotlinx:kotlinx-datetime since the API is not stable * Upgrade Kotlin to the latest 2.1.x version (earliest version that bundles Instant) with Kotlin stdlib *...

The `org.jetbrains.kotlinx:kotlinx-datetime` dependency is unstable and by depending on this, you are forcing consumers of this library to match the version used. Kotlin 2 shipped with a built in `Instant`...

Hello, I am working on a project where we aim to integrate `json-logic-kmp` library into our Kotlin Multiplatform project. ``` ':library:transformNativeMainCInteropDependenciesMetadataForIde'. > Could not resolve all files for configuration ':library:iosArm64CompilationDependenciesMetadata'....