ajalt / colormath

Multiplatform Kotlin color conversion and manipulation
https://ajalt.github.io/colormath/
MIT License
308 stars 21 forks source link

Update Kotlin dep to v1.7.10 #29

Closed vinsg closed 2 years ago

vinsg commented 2 years ago

fixes #28

Add properties to fix compatibility issues with newer KMM projects. Update Kotlin dependency to 1.7.10 which comes with Hierarchical project structure by default.

Reference: Hierarchical project structure

ajalt commented 2 years ago

Thanks for the PR! I'd rather just update the Kotlin dependency to 1.7 where these fields are the default.

vinsg commented 2 years ago

Thank you for the feedback! Fair enough, it's also a valid approach. I've updated the PR to upgrade the Kotlin dependency instead.

ajalt commented 2 years ago

Thanks! I updated the version along with some more build script changes in #30. Give the snapshot a try and I'll publish a new version of the library soon.

vinsg commented 2 years ago

Yes it works now on the latest snapshot, thank you for your work!