Join Slack
Powered by
Hi guys, in android I usually use toast for debug....
# compose
a
abdl
11/18/2024, 1:06 PM
Hi guys, in android I usually use toast for debug.. how the alternative if in compose multiplatform?
a
Angel Solis
11/18/2024, 1:44 PM
Hi abdl, you can use Kermit:
https://github.com/touchlab/Kermit
a
abdl
11/18/2024, 1:45 PM
Oh okay thanks
s
Satani Kaushal MB Infoways
11/19/2024, 6:49 AM
If you don't want to use libraries then you can simply use the print statements which comes default in kotlin. e.g. println("hello world). Then you can filter them from your logcat and you will see the specific prints only.
3
Views
Open in Slack
Previous
Next