Hi guys, in android I usually use toast for debug....
# compose
a
Hi guys, in android I usually use toast for debug.. how the alternative if in compose multiplatform?
a
Hi abdl, you can use Kermit: https://github.com/touchlab/Kermit
a
Oh okay thanks
s
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.