An open API service indexing awesome lists of open source software.

https://github.com/erikhuizinga/android-library-multiple-variants-sources-issue


https://github.com/erikhuizinga/android-library-multiple-variants-sources-issue

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

This repo is an MWE for [this issue on the Google Issue Tracker](https://issuetracker.google.com/issues/219764023).

1. From the repository root, run `cd projectA && ./gradlew publishToMavenLocal`.
2. Open `./projectB/` in Android Studio (note: this is not the repo root, but a subdirectory).
3. Open LibB.kt (`src/main/java/com/example/lib/b/LibB.kt`).
4. Point cursor at `libA()` and 'Jump to Source' (usually middle mouse click or (on MacOS) ⌘ + click or ⌘ + B).
5. 🐛 Notice that the sources aren't there, you're looking at a decompiled .class file instead.

![screenshot](img/screenshot.png)