Is it possible to see output from println statemen...
# compose-android
t
Is it possible to see output from println statements generated as side effects from Previews in Android Studio?
c
You can’t see any println from Previews so you’ll have to run the Preview on device or pass the strings to a Text composable.
🙏 1