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

Print file paths as file URIs #32

Closed
eygraber opened this issue Feb 16, 2023 · 2 comments
Closed

Print file paths as file URIs #32

eygraber opened this issue Feb 16, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@eygraber
Copy link
Contributor

The current output of running the Gradle task is:

Checking directory '/home/eli/workspace/portal/samples/kotlin-inject/android-app/build/compose_report/raw'
Checking file '/home/eli/workspace/portal/samples/kotlin-inject/android-app/build/compose_report/raw/android-app_release-module.json'
Checking file '/home/eli/workspace/portal/samples/kotlin-inject/android-app/build/compose_report/raw/android-app_release-composables.csv'
Checking file '/home/eli/workspace/portal/samples/kotlin-inject/android-app/build/compose_report/raw/android-app_release-composables.txt'
Checking file '/home/eli/workspace/portal/samples/kotlin-inject/android-app/build/compose_report/raw/android-app_release-classes.txt'
Compose Compiler report is generated: /home/eli/workspace/portal/samples/kotlin-inject/android-app/build/compose_report/index.html

If a file:// URI is used I believe the IDE will linkify them so it could be opened in the browser.

@PatilShreyas PatilShreyas added the enhancement New feature or request label Feb 17, 2023
@PatilShreyas
Copy link
Owner

Thanks for the suggestion @eygraber. Will definitely add this

@PatilShreyas
Copy link
Owner

Thanks, @eygraber for suggesting this improvement. This has been released in v1.0.0

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

No branches or pull requests

2 participants