Kermit icon indicating copy to clipboard operation
Kermit copied to clipboard

Kermit by Touchlab is a Kotlin Multiplatform centralized logging utility.

Results 72 Kermit issues
Sort by recently updated
recently updated
newest added

Sample init seems to be done in Swift, but we mostly recommend doing that in Kotlin code. Should bring that in line. Also, we should add compile stubs for testing.

Similar issue to Crashlytics. We should get a handled and an unhandled report for each uncaught kotlin crash, but not seeing them. Likely a config issue of some type in...

bug

Probably will need a review at some point

Current module is 3.1.5. Bumping caller to 3.2.0 fails, so we need to update the module.

There are several tasks we need to do to get Kermit samples updated

A quick stab at showing how buildSrc convention plugins can be implemented after I saw your SO post :) buildSrc convention plugins really help with reducing duplicated Gradle config. Configuration...

Our project has a JVM target which we include in order to get code coverage for common Kotlin tests. When running the tests we get the error: ``` * What...