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

The tag became System.out and no longer Rebugger after beta01, is this deliberate? #11

Closed
ravenfeld opened this issue Dec 14, 2023 · 5 comments

Comments

@ravenfeld
Copy link

The tag became System.out and no longer Rebugger after beta01, is this deliberate?

I made a simple Log.e("TAG","message") to show the concern with the tag
Capture d’écran 2023-12-14 à 09 25 05

@theapache64
Copy link
Owner

Not deliberate. Which version ur using ?

@ravenfeld
Copy link
Author

1.0.0-rc01

@theapache64
Copy link
Owner

Hmm.. interesting. It looks like the android variant is not published, and gradle is picking JVM variant, which relies on System.out. This will be fixed in rc02

@theapache64
Copy link
Owner

@ravenfeld 1.0.0-rc02 is available now. Can you check if it works ? :)

@ravenfeld
Copy link
Author

Thank you very much, it works now.

And thank you for your bookshop, it helps me a lot to understand recomposition. I've learned that it's necessary to test in release because otherwise you'll get into recompositions that shouldn't be in debug.

https://itnext.io/exercises-in-futility-jetpack-compose-recomposition-6ea3cf9bc1b4

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

2 participants