SiftScience / sift-react-native

React Native Wrapper for Sift iOS and Android SDKs
MIT License
1 stars 12 forks source link

Fix android kotlin compilation / build issues #39

Closed athul173 closed 1 month ago

athul173 commented 1 month ago

Purpose

A fix for non compatible kotlin versions that resulted in a build error for android.

> Task :sift-react-native:compileDebugKotlin FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sift-react-native:compileDebugKotlin'.
> Compilation error. See log for more details

2: Task failed with an exception.
-----------
* What went wrong:
java.lang.StackOverflowError (no error message)

Testing

Checklist

sbogolii-sift commented 1 month ago

@athul173 could you, please, upgrade to "1.6.0" to have same version as in https://github.com/SiftScience/sift-react-native/blob/18b3fe9b484b88cef234a47b426e663f2587659b/android/gradle.properties#L1 ?

sbogolii-sift commented 1 month ago

Duplicate of #40 https://github.com/SiftScience/sift-react-native/pull/40