Skip to content
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

Support Android Gradle Plugin 8.0 #1481

Closed
asaarnak opened this issue Nov 14, 2023 · 3 comments
Closed

Support Android Gradle Plugin 8.0 #1481

asaarnak opened this issue Nov 14, 2023 · 3 comments

Comments

@asaarnak
Copy link
Contributor

Gradle propery android.nonTransitiveRClass default value was changed to true
and AGP 8.0 generates R classes for resources defined in the current module only.

and we get compiler error at CardFormView.kt:33:71:

e: file:///home/user/.pub-cache/hosted/pub.dev/stripe_android-9.5.0+1/android/src/main/kotlin/com/reactnativestripesdk/CardFormView.kt:33:71 Unresolved reference: style
@asaarnak
Copy link
Contributor Author

@remonh87
Maybe this issue is already addressed here:
#1479

@asaarnak asaarnak reopened this Nov 14, 2023
@paulpivot94
Copy link

Hi, i also have the same issue
e: /home/.pub-cache/hosted/pub.dev/stripe_android-9.5.0+1/android/src/main/kotlin/com/reactnativestripesdk/CardFormView.kt: (33, 71): Unresolved reference: style

please, can somebody help ??

@remonh87
Copy link
Member

Fixed in Flutter Stripe 9.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants