j2objc-contrib / j2objc-gradle

This plugin is no longer actively maintained. J2ObjC Gradle Plugin: enables Java source to be part of an iOS application's build so you can write an app's non-UI code (such as application logic and data models) in Java, which is then shared by Android apps (natively Java) and iOS apps (using J2ObjC), all as part of your usual Android Gradle build.
https://github.com/j2objc-contrib/j2objc-gradle
Apache License 2.0
139 stars 43 forks source link

Protobuffer codegen support #337

Open advayDev1 opened 9 years ago

advayDev1 commented 9 years ago

There is a plugin to do codegen for protobuffers: https://github.com/google/protobuf-gradle-plugin

This bug would be to confirm we are compatible (i.e. we run after the appropriate codegen, and also relies on #327 for the native objc protobuf runtime as opposed to using a translated Java protobuf runtime).

brunobowden commented 9 years ago

Much better. Thanks for pointing this out.

advayDev1 commented 9 years ago

That plugin is not currently ready for production in the sense that it does not implement up-to-date checks. Also the version of the runtime it installs may be different from the one j2objc uses internally.

Punting.