-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
[BUG] flutter_stripe build fail after version update #1755
Comments
did you upgrade the project to java 17? Also kotlin version must be |
I was using 10.1.1, and saw that there was a new update for 10.2.0
I tried to downgrade back down to 10.1.1, but it is still producing the same error if I am using 10.1.1 or 10.2.0, why is it getting an error for 10.2.1? I also tried to remove these folders from the primary directory, but it didn't do anything. Any help would be great, thank you. |
Same here... what to do |
same problem |
I Solved using below configuration: gradle.propertiesorg.gradle.jvmargs=-Xmx2048M gradle-wrapper.propertiesdistributionUrl=https://services.gradle.org/distributions/gradle-8.9-bin.zip Kotlin version on settings.gradleid "org.jetbrains.kotlin.android" version "2.0.0" apply false |
In my case, I was overriding the following dependecy |
I am getting the following error
This is after updating flutter_stripe to version 10.1.1.
I am already targeting to SDK version 34, below is my app\build.gradle
I have also tried to add the
android\app\src\main\kotlin\androidx\compose\ui\platform\LocalSoftwareKeyboardController.kt
as below but it still does not workCan anyone please help me? It is very frustrating and annoying that I cannot do anything to update my app because of build fail now
The text was updated successfully, but these errors were encountered: