marcoferrer / kroto-plus

gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc
Apache License 2.0
493 stars 28 forks source link

Apple Silicon support is missing #123

Open ramib-doordash opened 2 years ago

ramib-doordash commented 2 years ago

compiling on a Mac OS running the new Apple M1 computers fails due to: Could not find protoc-gen-kroto-plus-0.6.1-osx-aarch_64.exe (com.github.marcoferrer.krotoplus:protoc-gen-kroto-plus:0.6.1).

joshua1983 commented 2 years ago

Is posible force build.gradle to download a x86 version?

ramib-doordash commented 2 years ago

I'm compiling the project with an Intel X64 JDK to workaround this issue. It works but it isn't optimal for performance.