touchlab / Kermit

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

fix: enable mingwx64 target since is available also in koin #345

Closed nicolasfara closed 1 year ago

nicolasfara commented 1 year ago

Since Koin supports the mingwX64 target, this PR enables that target also in Kermit.

Currently enabled Koin platforms: https://github.com/InsertKoinIO/koin/blob/main/core/koin-core/build.gradle

kpgalligan commented 1 year ago

Thanks! Took a bit to fix our koin integration but that's all set.