-
Notifications
You must be signed in to change notification settings - Fork 647
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] Kapt compilation error when using Stripe SDK >= 16.6.1 #3874
Comments
@cvillaseca thanks for filing this issue. We will investigate. What version are you upgrading from? |
We were using |
I'm glad to hear that worked for you. We'll continue investigating the issue you reported. |
@cvillaseca are you able to reproduce this issue on 16.10.2? |
@mshafrir-stripe We were able to fix the problem. We needed to add the |
Thanks for the quick response! |
Summary
Hi 👋
Due to the requirement of updating the Stripe SDK to 16.9.0 from Google in order to comply with Google Play's Prominent Disclosure & Consent Requirements, I'm trying to update the Stripe SDK in our app.
I've had problems compiling the app with Stripe SDK 16.6.1 and above (no other changes made) the compilation is failing when the annotation processor is running (kapt), the exception is on the next section. For reference, I'm using the latest version of Dagger (2.37) and Kotlin 1.4.32. After trying different versions, I can assure you that using Stripe SDK 16.5.0 it works.
I tried to investigate the issue, but I couldn't find anything comparing the two versions v16.5.0...v16.6.1
Are there any known issues related to this?
Thank you!
Code to reproduce
Build the project
Exception
Android version
Impacted devices
Installation method
Gradle dependency
Dependency Versions
stripe-android: >= 16.6.1
Gradle: Tested with 6.7.1 and 7.0.1
Android Gradle Plugin: 4.2
SDK classes
Other information
Found this same crash on Dagger issues for old Dagger versions google/dagger#1735
The text was updated successfully, but these errors were encountered: