Justin Mancinelli
piannaf.bsky.social
Justin Mancinelli
@piannaf.bsky.social
Director of Product and Project Strategy, People Manager, Engineering Leader.

Currently working @touchlab.co
Reposted by Justin Mancinelli
You can check the KotlinConf talks from previous years for a bunch of info - this is the latest one from last year: youtu.be/5sOXv-X43vc

They'll also be there again this year for a talk about Workspace.
Kotlin Multiplatform in Google Workspace | Jason Parachoniak
YouTube video by Kotlin by JetBrains
youtu.be
May 9, 2025 at 6:01 AM
Reposted by Justin Mancinelli
Yes ! We recently made androidx.traceprocessor KMP available. So you should be able to emit traces and use Trace processor to assert for them. That's one of the things I want to demonstrate.
February 4, 2025 at 8:44 AM
Kermit is an essential library for the KMP ecosystem so we take user feedback seriously. However, we don't make money off our open source work so need to triage pretty heavily. The more upvotes in discussions, the more priority we give github.com/touchlab/Ker...
December 20, 2024 at 2:52 PM
It's come up before e.g. github.com/touchlab/Ker... "We’ve had various API requests that all can’t really be done. For example, info instead of i for the logging name. We kind of need to pick one standard, for better or worse, but making a custom API on top should be pretty quick."
December 20, 2024 at 2:52 PM
KMP is pretty cool and disruptive but that's not what we're going for. The logging convention on Android has been single characters for a long time developer.android.com/reference/an... "Generally, you should use the Log.v(), Log.d(), Log.i(), Log.w(), and Log.e() methods to write logs"
December 20, 2024 at 2:52 PM