mori-atsushi / insetsx

WindowInsets utility for compose multiplatform
Apache License 2.0
227 stars 2 forks source link

Support macOS target #57

Closed hotip closed 1 year ago

hotip commented 1 year ago

adding this lib to https://github.com/JetBrains/compose-multiplatform/tree/master/examples/chat

got this error:

Could not resolve all dependencies for configuration ':shared:macosArm64CompileKlibraries'

maybe you can add a target for it? just leave empty implementation

hotip commented 1 year ago
    macosX64 {
    }
    macosArm64 {
    }
mori-atsushi commented 1 year ago

I have released v0.1.0-alpha08, which supports macOS🎉 https://github.com/mori-atsushi/insetsx/releases/tag/v0.1.0-alpha09