-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
Not deliberate. Which version ur using ? |
Hmm.. interesting. It looks like the android variant is not published, and gradle is picking JVM variant, which relies on |
@ravenfeld |
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 |
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 tagThe text was updated successfully, but these errors were encountered: