irgaly / kfswatch

Kotlin Multiplatform File System Watcher
Other
96 stars 0 forks source link

Support for Linux Arm64 #75

Closed sureshg closed 2 months ago

sureshg commented 2 months ago

Right now it's failing for linux ARM64 target

> No matching variant of io.github.irgaly.kfswatch:kfswatch:1.1.0 was found. The consumer was configured to find a library for use during 'kotlin-metadata', preferably optimized for non-jvm, as well as attribute 'org.jetbrains.kotlin.native.target' with value 'linux_arm64', attribute 'org.jetbrains.kotlin.platform.type' with value 'native' but:
irgaly commented 2 months ago

Good suggestion! I'll support linuxArm64 soon.

NOTE:

irgaly commented 2 months ago

@sureshg I have published v1.2.0 that supports linuxArm64 target. Please check this version 😄 https://github.com/irgaly/kfswatch/releases/tag/v1.2.0