AAkira / Napier

Logging library for Kotlin Multiplatform
Apache License 2.0
820 stars 36 forks source link

Add targets for apple silicon #85

Closed ychescale9 closed 3 years ago

ychescale9 commented 3 years ago

Kotlin 1.5.30 added native support for Apple Silicon.

To enable this in a KMP project (app) all transitive dependencies need to add those new targets, so it'd be great if we can add these targets to Napier too.

Happy to send a PR :)

AAkira commented 3 years ago

Napier 2.1.0 already supports it.

https://github.com/AAkira/Napier/releases/tag/2.1.0

ychescale9 commented 3 years ago

Thanks! Sorry didn't check latest release :)