touchlab / Kermit

Kermit by Touchlab is a Kotlin Multiplatform centralized logging utility.
https://kermit.touchlab.co
Apache License 2.0
725 stars 41 forks source link

Update sample-koin-logging #282

Closed kpgalligan closed 2 years ago

kpgalligan commented 2 years ago

Them Gradle KMP config is outdated for the sample. Look at KaMP Kit for a more modern example: https://github.com/touchlab/KaMPKit/blob/main/shared/build.gradle.kts

Specifically, in the "shared" folder in build.gradle.kts, the native targets exist but the config should be updated to look like the rest of the samples.

This task should happen after doing some of the other ones to establish a pattern.