-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Cannot build with Version 7.0.0 #1022
Comments
I would recommend to run |
Same here, |
Same here, first time I tried to use flutter_stripe. Done multiple time flutter clean and flutter pub get too |
Okay managed to build by reverting to an older kotlin version (1.6.21). Starting with Kotlin 1.7.0, we get theses build errors. So for me I managed to build with :
PS : I still got an 'note' when building :
|
Thanks for the ticket - Kotlin newer than 1.6.21 is indeed not supported at the moment |
Since July 2022 Kotlin 1.7.10, 1.7.20, 1.7.21 has worked for us. |
Created PR #1024
|
I think it is related to stripe/stripe-react-native#1195 Will try to implement and ship a fix tomorrow (quite busy today). |
fix in stripe android 7.0.1 |
Please note this is also recurrent with building on ios it doesn't specify why or where |
@zakblacki if you have problems with ios feel free to open a new issue |
Here's log :
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
Execution failed for task ':stripe_android:compileDebugKotlin'.
2: Task failed with an exception.
What went wrong:
java.lang.StackOverflowError (no error message)
Try:
BUILD FAILED in 2m 47s
Exception: Gradle task assembleDebug failed with exit code 1
`
The text was updated successfully, but these errors were encountered: