-
Notifications
You must be signed in to change notification settings - Fork 658
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
Sources aren't uploaded in the library's AAR. #2426
Comments
@colinrtwhite thanks for filing. What version are upgrading from? Did that version correctly show sources? I see |
Hmm I see the sources jar locally as well actually, but they aren't resolved in Android Studio. I'm able to reproduce by importing |
@colinrtwhite I'm able to reproduce the issue and I've found a fix. This should be resolved for the next release. Thanks again for filing. |
Summary See Kotlin's Using Gradle doc [0] for more details. [0] https://kotlinlang.org/docs/reference/using-gradle.html Motivation Fixes #2426 Testing 1. Published to local Maven repository 2. Verified that `sources.jar` and `javadocs.jar` were correctly populated 3. Verified that Android Studio correctly shows source code when opening a `stripe-android` class
Summary See Kotlin's Using Gradle doc [0] for more details. [0] https://kotlinlang.org/docs/reference/using-gradle.html Motivation Fixes #2426 Testing 1. Published to local Maven repository 2. Verified that `sources.jar` and `javadocs.jar` were correctly populated 3. Verified that Android Studio correctly shows source code when opening a `stripe-android` class
Summary
Code sources aren't being uploaded in the library's AAR. I tested on the latest version
com.stripe:stripe-android:14.3.0
. If you navigate to the library's sources in Android Studio it shows the decompiled sources.Installation method
Gradle
SDK version
14.3.0
Let me know if I can provide more info!
The text was updated successfully, but these errors were encountered: